Risultati da 1 a 10 di 14
-
07-10-2013, 11:04 #1
- Data Registrazione
- Jul 2007
- Località
- Cagliari
- Età
- 60
- Messaggi
- 44
VBulletin 4.2 e
Ho aggiunto al mio file .htaccess la regola:
Codice:RewriteRule ^$ [L,QSA]
Codice:www.miosito.xxx/
Codice:www.miosito.xxx
Codice:www.miosito.xxx/content
-
07-10-2013, 14:51 #2
Forse devi anche aggiungere (all'inizio)
RewriteBase /cartella/Giovanni
http://www.trimelli.com/
Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.
-
08-10-2013, 12:31 #3
- Data Registrazione
- Jul 2007
- Località
- Cagliari
- Età
- 60
- Messaggi
- 44
Questo è il codice che ho attualmente:
Codice:RewriteEngine on # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory. # RewriteBase /forum/ # 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 ^blogs/.* blog.php [QSA] RewriteRule ^entries/.* entry.php [QSA] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # MVC RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] # Check MVC result RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^(.*)$ - [NC,L] RewriteRule ^(.*)$ - [R=404,L] RewriteRule ^$ [L,QSA]
-
08-10-2013, 13:58 #4
RewriteBase /forum/
Giovanni
http://www.trimelli.com/
Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.
-
09-10-2013, 13:19 #5
- Data Registrazione
- Jul 2007
- Località
- Cagliari
- Età
- 60
- Messaggi
- 44
Ciao Giovanni, non ho capito cosa dovrei fare
-
09-10-2013, 13:27 #6
Ciao, devi semplicemente fare così:
Codice:RewriteEngine on RewriteBase /forum/ # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory. # RewriteBase /forum/ # 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] RewriteRule ^threads/.* showthread.php [QSA] RewriteRule ^forums/.* forumdisplay.php [QSA] RewriteRule ^members/.* member.php [QSA] RewriteRule ^blogs/.* blog.php [QSA] RewriteRule ^entries/.* entry.php [QSA] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # MVC RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] # Check MVC result RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^(.*)$ - [NC,L] RewriteRule ^(.*)$ - [R=404,L] RewriteRule ^$ [L,QSA]
-
09-10-2013, 13:37 #7
- Data Registrazione
- Jul 2007
- Località
- Cagliari
- Età
- 60
- Messaggi
- 44
cosi mi da Internal server error 500
-
09-10-2013, 13:44 #8
Prova così:
Codice:RewriteEngine on RewriteBase /forum/ # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin directory. # 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 ^blogs/.* blog.php [QSA] RewriteRule ^entries/.* entry.php [QSA] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] # MVC RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA] # Check MVC result RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^(.*)$ - [NC,L] RewriteRule ^(.*)$ - [R=404,L] RewriteRule ^$ [L,QSA]
-
09-10-2013, 13:50 #9
- Data Registrazione
- Jul 2007
- Località
- Cagliari
- Età
- 60
- Messaggi
- 44
Anche cosi mi da lo stesso errore
-
09-10-2013, 13:52 #10
Domanda, il forum è nella root principale o all'interno della cartella forum?
Discussioni Simili
-
Primary content
Di aky004 nel forum Come faccioRisposte: 3Ultimo Messaggio: 28-01-2013, 20:59 -
Modificare Title pagina content.html
Di Elisa81 nel forum Come faccioRisposte: 1Ultimo Messaggio: 24-10-2012, 16:50 -
vBulletin 3.7.x Ico Content
Di morris2003 nel forum VBulletin 3Risposte: 2Ultimo Messaggio: 20-10-2008, 11:36 -
vBulletin 3.6.x modulo content tipo phpnuke però per vbulletin?
Di Barney1 nel forum VBulletin 3Risposte: 9Ultimo Messaggio: 30-11-2006, 22:21
Segnalibri