eugene2009 Posted January 7, 2010 Share Posted January 7, 2010 does anyone know any alternatives for mod_rewrite to do it without using the .htaccess file? because yahoo webhosting does not let me upload .htaccess thank you Link to comment https://forums.phpfreaks.com/topic/187564-mod_rewrite-alternative/ Share on other sites More sharing options...
Adam Posted January 7, 2010 Share Posted January 7, 2010 I don't think you're going to achieve this without using some form of Apache module. You can call a script like "index.php/foo/bar" and then parse the extra values out from $_SERVER['PATH_INFO'], however I've read this method doesn't guarantee search engines will index your site properly. My suggestion, change hosting provider! Link to comment https://forums.phpfreaks.com/topic/187564-mod_rewrite-alternative/#findComment-990288 Share on other sites More sharing options...
JAY6390 Posted January 7, 2010 Share Posted January 7, 2010 I agree. htaccess files are pretty standard these days amongst hosting providers. You should seek a better host Link to comment https://forums.phpfreaks.com/topic/187564-mod_rewrite-alternative/#findComment-990306 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.