[TYPO3-english] Re: Wrong css path in tt_news
TSniper
masmoudi_moha at yahoo.fr
Fri Apr 17 12:56:08 CEST 2015
for the realUrl configuration i followed this example:
http://www.ycerdan.fr/developpement/configuration-de-realurl/
and for the .htaccess i have the default .htaccess of the typo3 installation
with those lines:
<FilesMatch "\.js\.gzip$">
AddType "text/javascript" .gzip
</FilesMatch>
<FilesMatch "\.css\.gzip$">
AddType "text/css" .gzip
</FilesMatch>
AddEncoding gzip .gzip
RewriteEngine On
RewriteRule ^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)$ - [L]
RewriteRule ^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* /index.php
Options -MultiViews
More information about the TYPO3-english
mailing list