- Home
- Categorie
- Coding e Sistemistica
- Gestione di Forum
- Problema installazione vBseo
-
Problema installazione vBseo
Salve gente, ho un problema con l'installazione del vBseo. Ho seguito il file Read me, ma appena carico tutto (in binary) il forum scompare e viene fuori questo:
http://www.image-share.net/image/13435/errore.PNG
Ho scoperto che il problema è nel file .htaccess (almeno credo)
Qualcuno ha qualche idea?
-
Devi necessariamente contattare l'hoster e fargli sapere che hai bisogno di caricare un file htaccess.
Può succedere che non diano la possibilità di default per motivi di sicurezza o, semplicemente, perchè aumenta il carico sulle macchine
-
Ciao Lord
Hai configurato il file .htaccess?
Se non cambi un paio di voci..ti darà sempre quell'errore
-
Grazie Karapoto e grazie Vane85.
Ecco, non ho configurato il file :D:D:D
Il problema è che non credo di esserne capace, sai darmi qualche indicazione?
-
L'htaccess non deve essere configurato, va caricato così com'è.
Se segui le istruzioni ed importi tutto correttamente, l'unico limite è l'hoster che non abilità l'uso di htaccess.
-
Se puoi postare il htaccess sarebbe meglio comunque non penso ci siano parametri da modificare lì, magari in un file di configurazione.
Il htaccess comunque lo puoi sempre mettere non penso ci siano bisogni di domande al hoster o al meno se hai installato cms come joomla con il seo attivato e non hai avuto problemi..
Mi sorge un dubbio, il file htacess lo hai rinominato togliendo l'estensione .txt?
-
Vi speigo tutto: Secondo il Read me devo importare l'htaccess già com'è (è un file già .htaccess, non .txt).
Mi dice in nota che se riscontro un errore (come è successo) devo andare a prendere il .htaccess.txt, importarlo e subito dopo rinominarlo levando il .txtHo fatto tutto ciò, ma non cambia nulla, l'errore è sempre questo.
Ho dedotto che il problema è del server, ho mandato una e-mail al provider con su scritto il problema accompagnato dalla richiesta di poter caricare il file .htaccess e di attivarmi il mod_rewrite.
Qualcuno ha qualche altra idea?
Qui vi posto il file .htaccess in formato txt:
Comment the following line (add '#' at the beginning)
to disable mod_rewrite functions.
Please note: you still need to disable the hack in
the vBSEO control panel to stop url rewrites.
RewriteEngine On
Some servers require the Rewritebase directive to be
enabled (remove '#' at the beginning to activate)
Please note: when enabled, you must include the path
to your root vB folder (i.e. RewriteBase /forums)
#RewriteCond %{HTTP_HOST} !^www.yourdomain.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1 [L,QSA]RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
-
#RewriteCond %{HTTP_HOST} !^www.yourdomain.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]Modifica il yourdomain e scrivi il tuo indirizzo e poi sostituisci .com con .it se necessario, tipo www.tuosito.it
e poi il rewrite rule adattalo con il tuo indirizzo / il folder del forumCosì dovrebbe andare
-
Ho già provato, è venuto così, ma senza successo:
Comment the following line (add '#' at the beginning)
to disable mod_rewrite functions.
Please note: you still need to disable the hack in
the vBSEO control panel to stop url rewrites.
RewriteEngine On
Some servers require the Rewritebase directive to be
enabled (remove '#' at the beginning to activate)
Please note: when enabled, you must include the path
to your root vB folder (i.e. RewriteBase /forums)
#RewriteCond %{HTTP_HOST} !^www.thecyberplanet.it
#RewriteRule (.*) http://www.thecyberplanet.it/index.php/$1 [L,R=301]RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1 [L,QSA]RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
-
A Rewrite rule inserisci solo il dominio senza index.php quindi http://www.thecyberplanet.it/
-
Non devi toccare nulla!!!!
Importalo come sta li e basta, fa tutto da solo.
Il problema è dell'hoster che non ti permette di agire su htaccess, aspetta la risposta e poi ricaricalo, vedrai che funziona.
-
Ok ok, aspetterò. Nel caso negassero le mie richieste? Sarei costretto a cambiare provider?
-
mi sa che la soluzione e' piu' semplice
Some servers require the Rewritebase directive to be
enabled (remove '#' at the beginning to activate)
Please note: when enabled, you must include the path
to your root vB folder (i.e. RewriteBase /forums)
prova un po a togliere quel # prima di RewriteBase.....
fammi sapere
-
@Karapoto said:
Non devi toccare nulla!!!!
Importalo come sta li e basta, fa tutto da solo.
Il problema è dell'hoster che non ti permette di agire su htaccess, aspetta la risposta e poi ricaricalo, vedrai che funziona.
Quindi i parametri di htacess del rewrite base ecc si modificano da soli?
A me sembrano comunque errati perchè quelli sono domini messi come esempio.
Io proverei come ti ha detto phpone a togliere #
-
Questo è quello che ho messo, ma la situazione è la stessa:
Comment the following line (add '#' at the beginning)
to disable mod_rewrite functions.
Please note: you still need to disable the hack in
the vBSEO control panel to stop url rewrites.
RewriteEngine On
Some servers require the Rewritebase directive to be
enabled (remove '#' at the beginning to activate)
Please note: when enabled, you must include the path
to your root vB folder (i.e. RewriteBase /forums)
RewriteBase /
#RewriteCond %{HTTP_HOST} !^www.thecyberplanet.it
#RewriteRule (.*) http://www.thecyberplanet.it/index.php/$1 [L,R=301]RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1 [L,QSA]RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
-
Coreggi
#RewriteRule (.*) http://www.thecyberplanet.it/index.php/$1 [L,R=301]Con
http://www.thecyberplanet.it/$1 [L,R=301]
-
Provo un attimo quella standard modificando solo il #
Vediamo che succede.
Poi provo questa.
-
Ho provato in tutti i modi che mi avete suggerito
ma non và.
-
Se hai seguito il manuale e i nostri consigli allora aspetta la risposta del provider.
-
Il problema è che se mi negano le richieste che ho fatto? cosa faccio? cambio provider?