View Single Post
  #1  
Old 04-05-2012, 10:38 AM
TheMask TheMask is offline
Member
 
Join Date: Mar 2012
Posts: 22
Default htaccess problem

[[HTAccess]] rewrite: '$' must be followed by a digit for a RewriteRule backreference. while parsing: RewriteRule ^altsayfa-(.*)-(.*)-(.*).html sayfa2.php?Git=altkategorioku&$filtre=$1&katid=$2& id=$3

but this rule working at apache.

RewriteRule ^altsayfa-(.*)-(.*)-(.*).html sayfa2.php?Git=altkategorioku&$filtre=$1&katid=$2& id=$3

where is the problem?
Reply With Quote