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
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to