Windows URL Rewriting

Status
Not open for further replies.

letsmove

New Member
Hi All,
Can anyone help with URL Rewriting on a Windows Server (Blacknight VPS)
Basically I need the windows version of

Code:
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{THE_REQUEST} ^.*/index.php
RewriteRule ^(.*)index.php$ http://www.domain.com/$1 [R=301,L]

Thanks
 

letsmove

New Member
thanks Mark
do rules get entered in httpd.conf file??
or is there an individual file for each domain?

Tks
Alan
 
Status
Not open for further replies.
Top