I can't see my pages in

Status
Not open for further replies.

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
Hello!
I can see a page with "Hi" in it.
Clear your browser cache and then try again.
 

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
Flush your DNS records and clear your browser cache with all the tabs closed.
 

ikonen.olavi79

New Member
Messages
23
Reaction score
0
Points
0
Nada. I done it: ipconfig /flushdns and cleared browser as u told but the result was the same.
 

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
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.
 

ikonen.olavi79

New Member
Messages
23
Reaction score
0
Points
0
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?
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Hello,

You need an extra line in there, just in case:
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]

Also, your site is not in English, Spanish or French. Are you able to provide me with a link to the translated version?

Thanks.
 
Status
Not open for further replies.
Top