clanstyles Posted October 2, 2007 Share Posted October 2, 2007 Hey, i'm new to Mod_Rewrite. How secure is it? (I don't know that it is ant even not secure..) Also, I have my mod_rewrite as: RewriteEngine On RewriteBase / RewriteRule ^home$ /index.php?c=$1 [QSA,L] RewriteRule (.*)\$ $1.php [QSA,L,R=404] And it gives me an internal server error. I want it like were all 404's errors to go a page and I don't get how to do it. Also, is it possible to make it so like it doesn't go http://mysite.com/index.php it goes http://mysite.com/home as the first page? Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.