Back to top

Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Post - mark75to

Pagine: [1]
1
Già!!! Non so piu' dove sbattere la testa...  ???

2
Le uniche opzioni abilitate sullo speedy sono la compressione dei file js e css (che poi sono quelli che + mi vorrei usare).
Ho rimosso le linee dello smart... ora se punto sui file con il browser li trova ma il risultato finale non cambia.
Uso IE7.
Non e' che mi manca qualcosa nel php.ini da abilitare?
C'è qualche requisito del PHP che devo avere?
Io uso la versione 5.2 del PHP

3
Con lo speedy il sito mi appare come in allegato e appare allo stesso modo se aggiungo nel file htaccess le righe per lo smartoptimizer.

[allegato eliminato da un amministratore - Il file era vecchio]

4
Preferirei usare lo smartoptimizer tuttavia ho provato con lo speedy ma ho lo stesso problema. Avevo abilitato solamente la compressione sulle pagine js/css ma non li caricava. Anche con lo speedy se provavo a puntare sull'url di uno script java o file css qualsiasi, non trovava il file. Così sono tornato sullo smart ma non riesco ad uscirne fuori  :'(

5
Ciao a tutti,
sono nuovo del forum e ho trovato questo post quasi casualmente dalla disperazione.
Sto inutilmente cercando di far funzionare smartoptimizer ma senza risultato su joomla 1.5.
 Sul mio sito sembra non volerne sapere di funzionare. Il mod_rewrite e' attivo e funzionante (con il sef non ho alcun problema), nonostante cio' mi e' impossibile far funzionare smartoptimizer.
Questo e' il mio .htaccess

Codice: [Seleziona]
##  Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On

<IfModule mod_expires.c>
 <FilesMatch "\.(|php|ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf|html?|txt|xml)$">
 Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
 </FilesMatch>
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*\.(js|css))$ smartoptimizer/?$1
</IfModule>

<FilesMatch "\.(gif|jpg|jpeg|png|swf|css|js|html?|xml|txt)$">
FileETag none
</FilesMatch>

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla! Directory (just / for root)

#RewriteBase /


########## Begin - Joomla! core SEF Section
#
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} !^/index.php
#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
#RewriteRule (.*) index.php
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section



########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
#
########## End - 3rd Party SEF Section

Non ho errori nel file di log ma non esegue alcuna compressione e/o minificazione. Ne' funziona la cache. I pratica non fa nulla sebbene nella configurazione e' tutto abilitato.

Se aggiungo anche questo nell'htaccess
Codice: [Seleziona]
<IfModule mod_expires.c>
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*\.(js|css|html?|xml|txt))$ smartoptimizer/?$1
</IfModule>

<IfModule !mod_expires.c>
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*\.(gif|jpg|jpeg|png|swf|css|js|html?|xml|txt))$ smartoptimizer/?$1
</IfModule>


mi da errore 500 e se provo a puntare su un qualsiasi url .js o .css non mi trova il file.
Spero che qualcuno mi possa aiutare. Oramai e' piu' di una settimana che provo inutilmente.
Grazie

Pagine: [1]


Web Design Bolzano Kreatif