Aide et support, annonces, thèmes et plugins, discussions.
Vous n'êtes pas identifié.
Help guys,
I've been searching the forum for a solution on url rewrite, but my french are not so good to find the solution.
Here is the problem: my categories have a suffice like '-c-x.html' with url rewrite enabled.
Upon clicking on them, though, I get a redirect loop.
I suspect it is the url rewrite to blame.
Is there any way to rebuild the categories' cache as in phpld?
I have a shared hosting plan.
Quote my .htaccess
RewriteEngine on
RewriteRule ^(.*)-f-([0-9]*)-([0-9]*).html$ feed.php?feedid=$2&linkid=$3 [L]
RewriteRule ^(.*)-s-([0-9]*).html$ single.php?id=$2 [L]
RewriteRule ^(.*)-t-([0-9]*).html$ tag.php?name=$1&id=$2 [L]
RewriteRule ^(.*)-c-([0-9]*).html$ index.php?name=$1&dir=$2 [L]
RewriteRule ^(.*)-k-([0-9]*).html$ index.php?do=keywords&words=$1&id=$2 [L]
RewriteRule ^(.*)-c-([0-9]*)-p-([0-9]*).html$ index.php?name=$1&dir=$2&start=$3 [L]
RewriteRule ^top-rank([0-9]{1,2}).html$ index.php?do=top-rank&pr=$1 [L]
RewriteRule ^(([a-z]|-)*).html$ index.php?do=$1 [L]
Much obliged
Hors ligne