integralusa
Member
Posted 1 year ago #
Hello - Two problems:
1. I was able to see my site with no problem, but then now the it's not reading the homepage correctly:
http://integralusamagazine.com
The error is: Apologies, but the page you requested could not be found. Perhaps searching will help.
2. When I type http://www.integralusamagazine.com, the site doesn't shows up, but it does with http://integralusamagazine.com it does.
I'm using WordPress app within Google hosting.
PLEASE HELP!
Thanks, Anllelic
Have you published any Posts yet? All I can see is Pages
integralusa
Member
Posted 1 year ago #
Hey - thanks for quick response. Yes, I've posted one:
http://www.integralusamagazine.com/?p=30
Is your site set to use a static front page or a posts page in Settings->Reading?
integralusa
Member
Posted 1 year ago #
Oh my! That was it! I had changed it before and I deleted that.... Now please let me know about my second problem..... then I type http://www.integralusamagazine.com, it doesn't work. Thanks!!!
Try adding:
RewriteCond %{HTTP_HOST} ^www.integralusamagazines\.com$ [NC]
RewriteRule ^(.*)$ http://integralusamagazine.com/$1 [R=301,L]
to your root .htaccess file.