I have added this line in my .httaccess AddType application/x-httpd-php .html Is there something that i have to do? As this in not working for me. one more thing, one host provide me an option of multiple site hosting on one account. I have already one site there which is purely html but when i add the above line in .httaccess file, even this html site also stops working.. any reason why? And there is only one .httaccess for the whole account,not one .httaccess per website( folder)
Well for multiple sites in one account as addon domains i think they will be in sub folders and the main site in the root folder. Do you want to apply this to the main site in the root folder or any other addon domain in the same account ?
Hi sam1, What is the error shown? Does it give a 500 internal server error, or does it give a page not found message? Thanks
Hi JEET, Now that problem is fixed. but now my php files are not picking up my .css file ( the whole layout is defined inside that only) any help??
Try pasting the css code in the php/html page itself, instead of getting it from an external file. <style type="text/css"> css code here </style> I think that should solve this... Bye