I am trying to rewrite:
That is the easy part. I achieved that with this bit of regex in my htaccessCode:index/entry to index.php?entry=true
Now it does work but because of the slash in 'index/entry' all of my links and images etc cannot be retrieved because the page thinks it is in a different directory.Code:AddHandler php5-script .php Options +FollowSymlinks RewriteEngine on RewriteRule ^index\/entry$ index.php?entry=true RewriteRule ^index$ index.php
Am I missing a little bit of code in my htaccess?
Thanks in Advance,
Ben


Reply With Quote
Bookmarks