spasme Posted September 9, 2008 Share Posted September 9, 2008 Hello agian guys. I have this URL: domain.ro/ceasuri.php?brand=fossil&offset=0&curea=piele&model=barbatesc I turned it into: domain.ro/ceasuri-fossil-0-piele-barbatesc Using: Options +FollowSymLinks RewriteEngine on RewriteRule ceasuri-(.*)-(.*)-(.*)-(.*) ceasuri.php?brand=$1&offset=$2&curea=$3&model=$4 The thing is that i need the mod_write to work for domain.ro/ceasuri-fossil domain.ro/ceasuri-fossil-0 domain.ro/ceasuri-fossil-0-piele domain.ro/ceasuri-fossil-piele-barbatesc-all ... also. How do i do that ?! Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/123395-seo-friendly-urls-simple-question/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.