Ciao, questo è il mio codice:
list.php riceve la variabile e quindi funzionacodice:RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^tag/(.*)$ list.php?tag=$1 [L,QSA] RewriteRule ^(.*)$ collection.php?collection=$1 [L,QSA]
il problema è collection.php che mi restituisce questo errore: Not Found
The requested URL /collection/varsana-spa was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
dove, in questo caso, varsana-spa è la variabile.
qualche suggerimento per favore?
grazie in anticipo

Rispondi quotando