I recently hosted my website in shared hosting the sites mod_rewrite is not working. I there anything I have to add in php.ini file to enable the mod_rewrite option in php.ini file.
|
feedback
|
|
You can in your
in your httpd.conf | |||
feedback
|
RewriteEngine On. Alternatively you will have to implement URL routing using PHP itself (check how popular frameworks do this) .. or look for another hosting. – LazyOne Sep 9 '11 at 18:03