Forum Moderators: phranque
Regular files work just fine, php, htm, etc. But when trying to use rewrites it just doesn't work. The modules are loaded, but is there something I need to put within the:
<VirtualHost 127.0.0.1>
DocumentRoot "C:\AppServ\My Sites\site1"
ServerName site1.local
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
</VirtualHost>
The rules are very basic, nothing too complex:
RewriteRule ([^.]+)/([^.]+)\.php$ view-page.php?type=$1&uri=$2
[L,NC]
If anyone can help out, I'd be much thankful.
Jim