View Single Post
  #8 (permalink)  
Old 06-12-2008, 07:16 AM
punkrazio punkrazio is offline
WebProWorld New Member
 

Join Date: May 2008
Posts: 11
punkrazio RepRank 0
Default Re: .htaccess conflict between instruction

Quote:
Originally Posted by Flaviano Fogli View Post
I have approximatively the same issue. Please help!
ive solved

my problem was the pattern (.*)

because that mean every char

if not you have to use some recognizetion char
for example (.*)-t([0-9]+).html
Reply With Quote