[solve]rewrite rules again
Posted: Mon Jun 13, 2005 12:14 am
hello,
I am trying to do the following but it did not work:
I have a link with this exact format:
I wanted to have it display like this:
and I had tried on my .htaccess:
This does not work, and the link I had clicked on gots longer and repeated with its own link, ie that it became:
http://www.domain.com/spotlights/Countr ... /3B9DDEA7/
Any help would be appreciated.
I am trying to do the following but it did not work:
I have a link with this exact format:
Code: Select all
http://www.domain.com/spotlightdetails.php?t=/Country/Section-A/2005/05/3B9DDEA7/Code: Select all
http://www.domain.com/spotlights/Country/Section-A/2005/05/3B9DDEA7/Code: Select all
RewriteRule ^spotlights/Country/Section-A/(ї0-9]*)/(ї0-9]*)/(їA-Z0-9]*)/
spotlightdetails.php?t=/Country/Section-A/$1/$3/$3/http://www.domain.com/spotlights/Countr ... /3B9DDEA7/
Any help would be appreciated.