canabatz Posted August 29, 2012 Share Posted August 29, 2012 hi, i got this url: www.world-status.com/&page=2 how can i make it like that: www.world-status.com/page/2 i got this at the moment: RewriteRule ^([^/.]+)/?$ /index.php?cat_id=$1 RewriteCond %{HTTP_HOST} ^world-status.com RewriteRule (.*) [world-status.com...] [R=301,L] RewriteCond %{THE_REQUEST} \/index.php\ HTTP [NC] RewriteRule (.*)index.php$ /$1 [R=301,L] thanks Link to comment https://forums.phpfreaks.com/topic/267734-rewrite-url/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.