come da titolo cambiando categoria il sito restituisce errore 404
ecco l'htaccess:
Codice PHP:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule
^game/([0-9]+)/([_A-Za-z0-9-]+)\.html$ file.php?f=$1
RewriteRule
^category/([0-9]+)/([_A-Za-z0-9-]+)/?$ browse.php?c=$1
RewriteRule
^category/([0-9]+)/([_A-Za-z0-9-]+)/([0-9]+)\.html$ browse.php?c=$1&p=$3
RewriteRule
^profile/([0-9]+)/([_A-Za-z0-9-]+)\.html$ profile.php?u=$1
RewriteRule
^page/([0-9]+)\.html$ page.php?p=$1
RewriteRule
^scores/([0-9]+)/([0-9]+)\.html$ scores.php?f=$1&p=$2
RewriteRule
^game/([0-9]+)/newscore\.php$ newscore.php
RewriteRule
^game/([0-9]+)/index\.php index.php
RewriteRule
^game/([0-9]+)/arcade/gamedata/([_A-Za-z0-9-]+)/([_A-Za-z0-9-]+)\.([_A-Za-z0-9-]+)$ arcade/gamedata/$2/$3.$4 [L]
</
IfModule>

# # av:PHP-RG
php_flag register_globals off
Grazie a tutti!