- Home
- Categorie
- Coding e Sistemistica
- Gestione di Forum
- Problema installazione vBseo
-
#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?
-
Prova cosi:
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]P.S.
Hai caricato tutti i file in modalità "binaria"?
-
Si, ho caricato tutto in modalità binaria, come detta il Read me.
Facendo come hai detto tu mi viene fuori quest'altro errore leggermente diverso.http://www.image-share.net/image/13435/error2.PNG
o forse è uguale
-
Prima di installare vBSeo hai fatto il test per vedere quale versione installare?
Cosa ti è uscito, Ioncube o Zend?
-
Come puoi vedere posso installarle entrambi
www.thecyberplanet.it/test.php
-
Mi sembra molto strano...
Per sicurezza apri un ticket sul supporto ufficiale di vBSeo, vedi un pò cosa ti dicono
-
L'ho aperto questa mattina ma quegli sfaticati ancora non si sono fatti vedere.
-
**Risposta:
** 09:10:37 19/03/07 da andrea:
Gentile cliente,
sono purtroppo spiacente di informararla che il mod_rewrite del Webserver Apache, non risulta essere disponibile all'interno del nostro contesto di Hosting Linux.
Tale modulo non viene fornito, in quanto appunto all'interno del nostro contesto di Hosting, potrebbe generare dei problemi di sicurezza.
L'utilizzo di file .htaccess esterni, non risulta essere possibile. Non è infatti abilitato l'Override e pertanto la pubblicazione di un file .htaccess genera un errore 500 Internal Server Error.
Le uniche direttive che possono essere gestite sul file .htaccess di Register.it risultano essere visbili ed editabili direttamente all'interno del link "Impostazioni" presente nel riquadro HOSTING e Spazio Web del pannello di controllo del dominio.
Grazie e buona giornata
Andrea Ferrari
Support TeamRegister.it SpA
:chedici::chedici::chedici::chedici::chedici::chedici::chedici: :rambo1::impiccato: