Jump to content

rewrite url


canabatz

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.