Something Isn't Working

Messages
43
Reaction score
0
Points
0
Okay there is something about x10hosting that makes it so my website doesn't work. In my '.htaccess' file I have this as my first line:

Code:
AddHandler application/x-httpd-php .html .xml .inc

This is meant to make php work on pages with the file extensions '.html', '.xml' and '.inc' but it doesn't. Why doesn't it?

I need this so I can run php on my feed (an rss feed with the file extension '.xml') so it can update itself.
Edit:
Okay this thread can be closed now because I worked out how to fix the problem myself. It would have been nice if someone had told me that all I needed to do was put 'v3' after 'AddHandler application/x-httpd-php'. Everything is fine now.
 
Last edited:
Top