1zeus1 Posted January 1, 2013 Share Posted January 1, 2013 Hello This is a problem I encountered when Im trying to convert my dynamic url to friendly url. I have a URL like this localhost/a /sito/index.php?q=hello I need to rewrite it like this localhost/a /sito/hello regards Quote Link to comment https://forums.phpfreaks.com/topic/272587-mod-rewriting/ Share on other sites More sharing options...
Christian F. Posted January 1, 2013 Share Posted January 1, 2013 What problem..? Quote Link to comment https://forums.phpfreaks.com/topic/272587-mod-rewriting/#findComment-1402660 Share on other sites More sharing options...
1zeus1 Posted January 2, 2013 Author Share Posted January 2, 2013 .htaccess RewriteEngine On RewriteRule ^sito/(.*)$ sito/index.php?q=$1 ////////////////////////////////////////////////////////////////// or this error in localhost Error 404 Object not found! The requested URL was not found on this server. Quote Link to comment https://forums.phpfreaks.com/topic/272587-mod-rewriting/#findComment-1402705 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.