Risultati da 1 a 2 di 2

Discussione: Problema installazione vbulletin 5.2.2

  1. #1
    Account disattivato
    Data Registrazione
    Mar 2011
    Messaggi
    10

    Problema installazione vbulletin 5.2.2

    Buonasera dopo essermi scervellato per qualche giorno non riesco ancora a trovare soluzione....
    Il mio problema e' il seguente collegandomi al forum http://francescocappuccio.it/forums/
    e volendo accedere al pannello di controllo admin mi riuslta questo messaggio di errore http://francescocappuccio.it/forums/admincp/
    Vi posto il file .htaccess perche' googlando in rete mi pare di capire che sia quello il problema.:

    < IfModule mod_rewrite.c>
    RewriteEngine On
    # In some cases where you have other mod_rewrite rules, you may need to remove the
    # comment on the following RewriteBase line and change it to match your folder name.
    # This resets the other mod_rewrite rules for just this directory
    # If your site was www.example.com/forum, the setting would be /forum/
    RewriteBase
    # Send css calls directly to the correct file VBV-7807
    RewriteRule ^css.php$ core/css.php [NC,L]
    # Redirect old install path to core.
    RewriteRule ^install/ core/install/ [NC,L]
    # Main Redirect
    RewriteCond %{REQUEST_URI} !\.(gif|jpg|jpeg|png|css)$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.$ index.php?routestring=$1 [L,QSA]
    # Because admincp is an actual directory.
    RewriteRule ^(admincp/)$ index.php?routestring=$1 [L,QSA]
    < /IfModule>
    < IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE application/atom+xml \
    text/javascript \
    application/x-javascript \
    application/javascript \
    application/json \
    application/rss+xml \
    application/vnd.ms-fontobject \
    application/x-font-ttf \
    application/xhtml+xml \
    application/xml \
    font/opentype \
    image/svg+xml \
    image/x-icon \
    text/css \
    text/html \
    text/plain \
    text/x-component \
    text/xml
    < /IfModule>
    < IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType application/x-javascript A1209600
    ExpiresByType text/javascript A1209600
    ExpiresByType application/javascript A1209600
    ExpiresByType text/css A31536000
    ExpiresByType image/x-icon A2592000
    ExpiresByType image/icon A2592000
    ExpiresByType application/x-ico A2592000
    ExpiresByType application/ico A2592000
    ExpiresByType image/gif A2592000
    ExpiresByType image/jpeg A1209600
    ExpiresByType image/jpg A1209600
    ExpiresByType image/png A1209600
    ExpiresByType application/x-shockwave-flash A1209600
    ExpiresByType font/ttf A2592000
    ExpiresByType font/otf A2592000
    ExpiresByType font/x-woff A2592000
    ExpiresByType image/svg+xml A2592000
    ExpiresByType font/truetype A2592000
    ExpiresByType font/opentype A2592000
    ExpiresByType application/x-font-woff A2592000
    ExpiresByType application/vnd.ms-fontobject A2592000
    < /IfModule>
    < IfModule mod_headers.c>
    Header set Connection keep-alive
    <filesmatch "\.(ico|flv|gif|swf|eot|woff|otf|ttf|svg)$">
    Header set Cache-Control "max-age=2592000, public"
    </filesmatch>
    <filesmatch "\.(jpg|jpeg|png)$">
    Header set Cache-Control "max-age=1209600, public"
    </filesmatch>
    <filesmatch "\.(eot|woff|otf|ttf|svg)$">
    Header set Cache-Control "max-age=2592000, public"
    </filesmatch>
    # css and js should use private for proxy caching https://developers.google.com/speed/...geProxyCaching
    <filesmatch "\.(css)$">
    Header set Cache-Control "max-age=31536000, private"
    </filesmatch>
    <filesmatch "\.(js)$">
    Header set Cache-Control "max-age=1209600, private"
    </filesmatch>
    < /IfModule>


    Potete darmi una mano cortesemente?
    grazie

  2. #2
    Borg L'avatar di y2ksw
    Data Registrazione
    Nov 2004
    Località
    Bologna, Italia
    Età
    62
    Messaggi
    9,026
    Prova prima a rimuoverlo e poi gradualmente aggiungere le opzioni ... se ti servono.
    Giovanni
    http://www.trimelli.com/

    Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.

Discussioni Simili

  1. Problema Installazione vbulletin 4.2.1
    Di mattdj nel forum Installazione ed aggiornamento
    Risposte: 3
    Ultimo Messaggio: 15-11-2013, 14:56
  2. Problema installazione vbulletin
    Di ciccio79 nel forum Come faccio
    Risposte: 1
    Ultimo Messaggio: 28-03-2011, 19:39
  3. Problema Installazione vBulletin 4.0.4
    Di StarK nel forum Come faccio
    Risposte: 7
    Ultimo Messaggio: 26-06-2010, 15:37
  4. vBulletin 3.8.x problema installazione vbulletin :l
    Di Clear nel forum VBulletin 3
    Risposte: 2
    Ultimo Messaggio: 28-05-2010, 21:57
  5. vBulletin 3.8.x Problema: Installazione vBulletin
    Di Genius nel forum VBulletin 3
    Risposte: 9
    Ultimo Messaggio: 26-08-2009, 13:10

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
  •