Addtype application/x-httpd-php .css
-
Hi everyone,
Installing wordpress is simple than ever. Normally I have no problem with it except this time – wordpress is installed and running but the css style does not render.
– I have wordpress installed at http://domain/cms/
– http://domain/.htaccess – this htaccess file is making the workpress style disappear.
– I already know witch line is provoking that.
<ifModule mod_mime.c>
AddType application/x-httpd-php .css .js
</ifModule>I use the above line to enable php to parser .js and .css files.
What do you suggest to do an work around?
Don’t tell me to comment the AddType line 😀Thanks in advance,
The topic ‘Addtype application/x-httpd-php .css’ is closed to new replies.