my .htacces file looks like that:
# -FrontPage-
Options +SymLinksIfOwnerMatch
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName xxx
AuthUserFile xxx
AuthGroupFile /xxx
Action php /cgi-php52/php
AddHandler php52 .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Is here something wrong? what exactly I’ve to modify in the .htaccess file in the webroot?
thanks for the link, i did it and the problem is not what the styles aren’t displayed although the path to the stylesheet is correct.
I guess something with the url rewrite must be wrong:
The link to the blog is http://www.housetrip.com/blog.