I am the server administrator for the person that posted this topic and I added the .htaccess file to the forum root. I get this message though
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
webmaster@freerealmsfansite.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.
This is what my .htaccess file is
PHP Code:
<?php
php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048
?>
I do not have access to the php files since it is a shared host. Am I doing something wrong?