I recovered my domain but redirects to another page

Status
Not open for further replies.

tinosoft

New Member
Messages
14
Reaction score
0
Points
1
My want to tinosoft.x10 stay with tinosoft.com.mx, i flushed my DNS but still the same thing, what i need to do to apply more faster? CNAME/A configs or what?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
tinosoft x10 mx redirects (301) to your parked domain tinosoft com mx which then redirects to www tinosoft com mx
 

tinosoft

New Member
Messages
14
Reaction score
0
Points
1
i don't know waht to do to solve this problem.

Code:
error log
2013-11-03 12:20:25.727 [INFO] [189.158.***.***:18857-0#APVH_tinosoft.x10.mx] File not found [/home/tinosoft/public_html/503.shtml]
2013-11-03 12:18:39.829 [INFO] [189.158.***.***:18760-0#APVH_tinosoft.x10.mx] File not found [/home/tinosoft/public_html/503.shtml]
 
Last edited by a moderator:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
503 errors happen when the system is too busy (the server with all its other free sites, not just yours).
If that happens, then WordPress cannot send out a nicely formatted error page (like a 'File Not Found' )

You can create a HTML file that will display a basic 'Sorry we are having problems' page and store it as 503.shtml in public_access
 

tinosoft

New Member
Messages
14
Reaction score
0
Points
1
I solved all my problems
DNS problem

I replace the .htaccess code to this
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example-domain.com
RewriteRule ^ http://www.example-domain.com%{REQUEST_URI} [L,R=301]

and flushed my dns, cleaning the chrome cache.

503, i added it recently. It was the index2.html page.
 
Status
Not open for further replies.
Top