Exoon Posted February 26, 2009 Share Posted February 26, 2009 Hello, Ive got a page setup which is like: index.php?page=games-list&console=PS3 I have this setup in the htaccess file: RewriteRule ^([^/\.]+)/([^/\.]+)/?$ /index.php?page=$1&console=$2& [L,NC] But it dosen't seem to seem to send the variable console so i can never select which console to get Ive got the mod_write working for other urls such as index.php?page=news&id=1 which works fine but it just dosent work for console. Does anyone have any ideas, im not never good with this kind of thing Thanks Exoon Link to comment https://forums.phpfreaks.com/topic/147006-solved-mod_rewrite-not-correct-for-some-reason/ Share on other sites More sharing options...
Exoon Posted February 26, 2009 Author Share Posted February 26, 2009 Hello, i found a fix for this, it was because i had one with less variables above it, Its working now so solved! Link to comment https://forums.phpfreaks.com/topic/147006-solved-mod_rewrite-not-correct-for-some-reason/#findComment-771774 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.