navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Custom .htaccess?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Server Issues >> Custom .htaccess?
Page: [1]
 
nicolerork

 

Posts: 1
Joined: 10/18/2006
Status: offline

 
Custom .htaccess? - 10/18/2006 8:16:32   
Since Frontpage uses .htaccess to connect to my site, how do I go about editing it without running into problems with frontpage?

Right now I have a custom .htaccess for a script I wrote, but when I go to use Frontpage, it won't connect. Any ideas why or what I can do to stop this?

Here's my current .htaccess
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.nicolerork.com
AuthUserFile (removed for security reasons)
AuthGroupFile (removed for security reasons)

RewriteEngine on
RewriteBase /
RewriteRule random(_?)(.*).jpg$ /random/?var=$2 [NC]


================
Here's the original .htaccess from the Frontpage extensions

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.nicolerork.com
AuthUserFile (removed for security reasons)
AuthGroupFile (removed for security reasons)


< Message edited by nicolerork -- 10/18/2006 8:22:32 >
nicolerork

 

Posts: 1
Joined: 10/18/2006
Status: offline

 
RE: Custom .htaccess? - 10/18/2006 8:56:28   
Fixed the problem, found a link to the guide:
http://www.frontpagewebmaster.com/m-266165/tm.htm

(in reply to nicolerork)
BobbyDouglas

 

Posts: 5432
Joined: 5/15/2003
From: Arizona
Status: offline

 
RE: Custom .htaccess? - 10/18/2006 12:04:41   
Getting FPSE to work while running mod_rewrite was a really tough problem. Kitka was kind enough to post her solution.

_____________________________

Arizona Web Design - Mr Bobs Web Design in Arizona
The Arizona Web Hosting Challenge

(in reply to nicolerork)
Page:   [1]

All Forums >> Web Development >> Server Issues >> Custom .htaccess?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts