Risultati da 11 a 14 di 14
-
09-10-2013, 14:00 #11
- Data Registrazione
- Jul 2007
- Località
- Cagliari
- Età
- 60
- Messaggi
- 44
nella root
-
09-10-2013, 14:02 #12
Prova questo:
Codice:RewriteEngine on # If you are having problems or are using VirtualDocumentRoot, uncomment this line and set it to your vBulletin 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 ^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, 14:06 #13
- Data Registrazione
- Jul 2007
- Località
- Cagliari
- Età
- 60
- Messaggi
- 44
ok adesso nessun errore, però vedo sempre l'URL in questo modo:
Codice:www.miosito.xxx/content
-
01-11-2013, 09:32 #14
- Data Registrazione
- Sep 2008
- Messaggi
- 139
mi associo, anche io vorrei non far apparire /content/ ma nonostante tutte le prove dei vari metodi suggeriti in diversi post non trovo soluzione.
il mio .htaccess e' il seguente:
Codice:ErrorDocument 404 http://www.vesparesources.com RewriteEngine On RewriteBase / # vBulletin rewrite RewriteRule ^members/([0-9]+) member.php?u=$1&%{QUERY_STRING} RewriteRule ^blogs/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) blog.php?u=$1&page=$2&%{QUERY_STRING} RewriteRule ^entries/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) entry.php?b=$1&page=$2&%{QUERY_STRING} RewriteRule ^list/([^/]*/)([0-9]+) list.php?r=$1$2&%{QUERY_STRING} RewriteRule ^content/(.*) ?r=$1&%{QUERY_STRING} RewriteRule ^widget/config/([0-9]+) widget.php?r=config/$1&%{QUERY_STRING} RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php|attachment\.php) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA] RewriteRule ^$ [L,QSA] Redirect 301 "/forum/" http://www.vesparesources.com/
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