http://cisoft.x10.mx
Why is that? Doesn't that domain point to public_html dir?
http://cisoft.x10.mx
Why is that? Doesn't that domain point to public_html dir?
Hello!
I can see a page with "Hi" in it.
Clear your browser cache and then try again.
Nothing happens - except redirected to http://hosting.x10hosting.com/. I flushed all off my browsers (firefox 4) caches.
Flush your DNS records and clear your browser cache with all the tabs closed.
Nada. I done it: ipconfig /flushdns and cleared browser as u told but the result was the same.
Now,I'm getting a "page redirection" error.Did you make any changes to your hosting account?
To resolve this issue, temporarily rename .htaccess that you may have in your public_html directory.
I renamed it to .~htacces but nothing.
It was like this:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^cisoft.x10.mx$ [OR]
RewriteCond %{HTTP_HOST} ^www.cisoft.x10.mx$
RewriteRule ^/?$ "http\:\/\/cisoft\.x10\.mx" [R=301,L]
Now i think that the account must be deleted and start new one from scratch. Or?
Hello,
You need an extra line in there, just in case:
Also, your site is not in English, Spanish or French. Are you able to provide me with a link to the translated version?Code:RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^cisoft.x10.mx$ [OR] RewriteCond %{HTTP_HOST} ^www.cisoft.x10.mx$ RewriteRule ^/?$ "http\:\/\/cisoft\.x10\.mx" [R=301,L]
Thanks.