Pagina 2 di 2 PrimaPrima 12
Risultati da 11 a 14 di 14

Discussione: VBulletin 4.2 e

  1. #11
    nella root

  2. #12
    Senior Member L'avatar di Max_69
    Data Registrazione
    Feb 2013
    Località
    Cividale del Friuli (UD)
    Età
    55
    Messaggi
    236
    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]
    Se anche così non funge aspettiamo che risponda qualcuno un pò più esperto.

  3. #13
    ok adesso nessun errore, però vedo sempre l'URL in questo modo:

    Codice:
    www.miosito.xxx/content

  4. #14
    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/
    grazie! :-)

Pagina 2 di 2 PrimaPrima 12

Discussioni Simili

  1. Primary content
    Di aky004 nel forum Come faccio
    Risposte: 3
    Ultimo Messaggio: 28-01-2013, 20:59
  2. Modificare Title pagina content.html
    Di Elisa81 nel forum Come faccio
    Risposte: 1
    Ultimo Messaggio: 24-10-2012, 16:50
  3. vBulletin 3.7.x Ico Content
    Di morris2003 nel forum VBulletin 3
    Risposte: 2
    Ultimo Messaggio: 20-10-2008, 11:36
  4. vBulletin 3.6.x modulo content tipo phpnuke però per vbulletin?
    Di Barney1 nel forum VBulletin 3
    Risposte: 9
    Ultimo Messaggio: 30-11-2006, 22:21

Segnalibri

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •