I had gone through the FAQ's section but I can't understand it very clearly so I am asking you for the help I want to rewrite a Address like this into www.mywebsite.com/index.php?c=1 into some what decent url like this www.mywebsite.com/information.html Help me Best Regards Freewebspace
there might be another thread just about mod_rewrite and there is the king of mod_rewrite at home if you post with proper mod_rewrite subject he may get your attention and help you out - i guess it is quiet simple - but that is his kingdom to reign may be something like for apache 2.x place top level .htaccess ( if you need it top level ) try above and see may be you need to excape the ? as well or the = i know little about regex hence if all special signs need escaping then the last line could read like RewriteRule ^index\.php\?c\=1$ information.html [L] but that is pure speculation subject to test or correction by one WHO KNOWS rather than guessing
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^([^.]+)\.html$ index.php?c=$1 [L] If you got other files in the root with that extention, use something else, like domain.com/#.htm
Nintendo Whether I should write this for each dynamic page that it is index.php?c=999 Whether Is should also write for 999
Nintendo it does not work s for me I want to rewrite the url http://www.annexagain.com/index.php?c=3 What should I do , I want to know what code i should write for it as either of the above does not work