Grazie bastardofuori per il link.
Ho inserito anche io /esyndicat/ prima di ogni riga nell'.htaccess ma il problema persiste, pagina completamente bianca.
Codice:
RewriteEngine On
RewriteRule ^(.*)/$ /esyndicat/index.php?category=$1 [QSA,L]
RewriteRule ^index([0-9]+).html$ /esyndicat/index.php?category=&page=$1 [QSA,L]
RewriteRule ^index.html$ /esyndicat/index.php?category=$1 [QSA,L]
RewriteRule ^(.*)/index.html$ /esyndicat/index.php?category=$1 [QSA,L]
RewriteRule ^(.*)/index([0-9]+).html$ /esyndicat/index.php?category=$1&page=$2 [QSA,L]
RewriteRule ^([a-z]+)-listings.html$ /esyndicat/listings.php?view=$1 [QSA,L]
RewriteRule ^([a-z]+)-listings([0-9]+).html$ /esyndicat/listings.php?view=$1&page=$2 [QSA,L]
RewriteRule ^([^/]+)-l([0-9]+).html$ /esyndicat/view-listing.php?title=$1&id=$2 [QSA,L]
RewriteRule ^(.*)/(.*)-l([0-9]+).html$ /esyndicat/view-listing.php?cat=$1&title=$2&id=$3 [QSA,L]
-
EDIT: ora che ci penso io non dovrei aggiungere /esyndicat/ nell'.htaccess poiché i miei files sono nella root e non dentro tale cartella.