Page 1 of 1

htaccess

PostPosted: 18. April 2004 17:09
by pxlblitz
I need to add a line to my htaccess file.

But I can't find it :oops: :roll:

Mozilla is not reading my CSS and I have been told I need to configure my server to serve css mime type as text/css
I need to add this line
Code: Select all
AddType text/css .css


noob's thnx! :D

you need to make...

PostPosted: 20. April 2004 15:09
by MAGnUm
you need to make the .htaccess file using notepad or your fav text editor an place it in the directory relative to htdocs that your site is in ie. if your site is in C:\wampp\htdocs then that is where your file yould go. but you should be able to do this without the .htaccess file by putting the directive to serve .css in the httpd.conf. you might want to go to apache.org and search for what you are tring to do.

PostPosted: 26. April 2004 19:19
by pxlblitz
thnx!

PostPosted: 27. April 2004 18:03
by MAGnUm
NP