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 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..? 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. Link to comment https://forums.phpfreaks.com/topic/272587-mod-rewriting/#findComment-1402705 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.