Problema modalità riscrittura Url Vbulletin 4
Ciao ragazzi, ho un problema con la modalità riscrittura delle url in vbulletin 4.
Parto dal principio: all'interno della cartella "Do Not Upload" non ho trovato alcun file .htaccess
In seguito, ho scaricato VBSEO SITEMAP, il quale mi ha creato in automatico una cartella chiamata htaccess nella quale si trova il file .htaccess con le impostazioni di vbseo sitemap.
Ho modificato il medesimo .htaccess inserendo questo codice
RewriteEngine on
# This file is only needed if you have set the Forum Component URL in your admincp and you are
# using the mod_rewrite option for friendly urls. If this is the case, copy this file
# to your forum component stub directory.
# If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your forum component directory.
RewriteBase /
# If you are having problems with the rewrite from content/ to , uncomment this line to turn MultiViews off.
Options -MultiViews
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^members/.* member.php [QSA]RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Quando vado a selezionare la voce "modalità riscrittura url" i topic non vengono più aperti. Mi dà errore.
Ho provato anche a spostare il file .htaccess dalla cartella htaccess alla root principale del forum. Ma dopo tale modifica non mi apre più nemmeno la home
Avete qualche idea? Grazie!