wwfc_barmy_army Posted August 13, 2009 Share Posted August 13, 2009 Hi. I have this htaccess rewrite: Options +FollowSymLinks RewriteEngine on RewriteRule ^([0-9]+)/([0-9]+)$ index.php?width=$1&height=$2 I keep getting a 500 error tho. I'm looking to do this kind of rewrite: mydomain.com/index.php?width=100&height=200 to mydomain.com/100/200 Any ideas? Thanks. Link to comment https://forums.phpfreaks.com/topic/170062-solved-rewrite-not-working/ Share on other sites More sharing options...
wwfc_barmy_army Posted August 14, 2009 Author Share Posted August 14, 2009 Nobody? lol. Link to comment https://forums.phpfreaks.com/topic/170062-solved-rewrite-not-working/#findComment-898097 Share on other sites More sharing options...
corbin Posted August 14, 2009 Share Posted August 14, 2009 Is mod_rewrite enabled? Link to comment https://forums.phpfreaks.com/topic/170062-solved-rewrite-not-working/#findComment-898269 Share on other sites More sharing options...
wwfc_barmy_army Posted August 15, 2009 Author Share Posted August 15, 2009 That would be it lol. Thanks. Link to comment https://forums.phpfreaks.com/topic/170062-solved-rewrite-not-working/#findComment-898727 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.