Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ideas as to how to debug apache rewrite's? 1

Status
Not open for further replies.

BobMCT

IS-IT--Management
Sep 11, 2000
756
US
I have not done more than simple redirects with the rewriterule directives in the past.
Now I am trying to intercept and redirect requests for a certain internal section. While I am getting no syntax errors from apache and I've restarted it I cannot determine why its either not working or even functional.

I have my directives in the <virtualhost *> section as follows:

RewriteEngine On
Options +FollowSymLinks
RewriteCond ${PATH_INFO} ^/name-of-site(.*)$ [NC]
RewriteRule ^/name-of-site(.*)$ [NC,L,R]


Ideas? Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top