All forum links are broken..

Laurentius

Active member
It looks like this problem happend the 13th, I am hosted on Hostgator.. I have been away so I noticed it now, please can someone help me fix this. www.onlydesigned.com/forum It seems to be some problems with the friendly links... If I unclick the friendly link option in the admin panel I can see the boards again, but as soon as I enables it shows page not found...
 
Yes this is whats in it:

#Mod_security can interfere with uploading of content such as attachments. If you
#cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
#SecFilterEngine Off
#SecFilterScanPOST Off
#</IfModule>

ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 500 default

<IfModule mod_rewrite.c>
RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.onlydesigned\.com$
RewriteRule ^(.*)$ http://www.onlydesigned.com/forum/$1 [R=301,L]

#If you are having problems with the rewrite rules, remove the "#" from the
#line that begins "RewriteBase" below. You will also have to change the path
#of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo

#This line may be needed to enable WebDAV editing with PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>
I have talked to hostgator and they said I would be better of asking the Xenforo Community, so that wasnt much help...
 
Yes its in /forum. It worked perfectly until recently, I have been away for 3 days and came back today and saw it now I am the only person with access to the admin and I havent touched anything.
 
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@coachscoop.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.

Apache Server at www.coachscoop.com Port 80
 
Top Bottom