[TYPO3-english] cooluri and htaccess
Leen Strijk
leenstrijk at tomaatnet.nl
Mon Feb 23 11:27:35 CET 2009
Hello,
I have cooluri installed and it's grat.
One thing however. I need a rewriterule for awstats.
I have looked in google and can't come up with the solution.
Is there someone here who might be able to help me?
I would appreciate it.
My htaccess :
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
More information about the TYPO3-english
mailing list