Page 1 of 1

[solve]rewrite rules again

Posted: Mon Jun 13, 2005 12:14 am
by hongco
hello,

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/
I wanted to have it display like this:

Code: Select all

http://www.domain.com/spotlights/Country/Section-A/2005/05/3B9DDEA7/
and I had tried on my .htaccess:

Code: Select all

RewriteRule ^spotlights/Country/Section-A/(ї0-9]*)/(ї0-9]*)/(їA-Z0-9]*)/ 
spotlightdetails.php?t=/Country/Section-A/$1/$3/$3/
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. :)