I'm a user of a webhost that uses cPanelX. I'm trying to use a custom .htaccess file in the root directory of my website and get the following error.
This is the contents of my .htaccess file. From what I can tell it is formatted correctly.Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@thiswaschanged.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Is this something that is set globally on the server itsself or can I get this working through my /cpanel? My webhost isn't responding to my questions about it, that's why I'm trying here.AddType application/x-httpd-php .php .htm .html
<Files .htaccess>
order allow,deny
deny from all
</Files>
<Files *.inc>
Order allow,deny
Deny from all
</Files>
Thanks for your help.



LinkBack URL
About LinkBacks
Reply With Quote






