This is my htaccess file without comments. Does it make sense?

RewriteEngine On

RewriteRule
^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/ -
[L]

RewriteRule ^typo3$ typo3/index_re.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* index.php [L]


I am honest very confused. I have asked the hosting company to look at it,
and they came and said this to me:

Hi;

I have verified that the domain is loading fine. Please elaborate the
problem and provide us the exact steps to reproduce. Please check the
.htaccess rules with the developer. Also note that mySQL 4 is installed on
the server.

Feel free to contact us if you need further assistance.


Please help me out,
-- 
Asfahaan
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to