Error 503

Status
Not open for further replies.

sonic.pub21

New Member
Messages
4
Reaction score
0
Points
0
Hello,

Im trying to get my site to work but im getting this error:

Code:
2011-10-08 11:18:41.442 [INFO] [85.245.212.253:57018-0#APVH_swtor.x10.mx] File not found [/home/xcreativ/public_html/503.shtml] 
2011-10-08 11:18:40.185 [INFO] [HTAccess] Updating configuration from [/home/xcreativ/public_html/vB/.htaccess]
2011-10-08 11:18:16.898 [INFO] [HTAccess] Updating configuration from [/home/xcreativ/public_html/.htaccess]

can you help me to solve this plx?
link: http://swtor.x10.mx/vB/

---------- Post added at 10:57 PM ---------- Previous post was at 03:21 PM ----------

Help plx :(
 

sonic.pub21

New Member
Messages
4
Reaction score
0
Points
0
This is my .htaccess

Code:
## Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>


<Files "config.php">
Order Allow,Deny
Deny from All
</Files>


<Files "common.php">
Order Allow,Deny
Deny from All
</Files>


DirectoryIndex portal.php index.php index.html index.htm

have delete all the redirects and it gives the same error... Anything wrong with .htaccess?
 

calistoy

Free Support Volunteer
Community Support
Messages
5,602
Reaction score
87
Points
48
Which .htaccess is this? Your post showed that there are two different ones. I'm getting 404 errors for all of the DirectoryIndexes.
 

sonic.pub21

New Member
Messages
4
Reaction score
0
Points
0
that is from /vB/

and this is from the root

Code:
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*


<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName swtor.x10.mx
 
Status
Not open for further replies.
Top