Hey,
I'm trying to use RewriteEngine to alter the url's on my site but it keeps either doing something I don't want or giving an internal server error.
that gives an internal server error.Code:RewriteRule ^newsite/(.*)$ newsite/?p=$1 [L]
I want it to be like site.com/newsite/pagename
I tried
That worked kind of but you HAD to have the / after the page name or else it wouldn't work and I don't want to have the /.Code:RewriteRule ^newsite/(.*)/$ newsite/?p=$1 [L]
It'd be cool if anyone could help.
Cheers,
Jamie






Reply With Quote





