“Not Found
The requested URL / was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”
I did not make any changes to the .htaccess file or permalink structure. I cannot view ANY page on the site. I still have access to ftp. What can we do here?
Could it be that just the host’s server is down?
]]>It is still giving me the 404 error on my blog homepage:-
https://52.32.108.187/
It gets automatically redirected to this page and giving me 404 error:-
https://52.32.108.187/id/
I have rechecked all the settings as given in the PDF Guide but I am not sure why I am getting this error.
Pease help.
Puneet
https://www.ads-software.com/plugins/polylang/
]]>I’ve moved a few days ago my wordpress into anotehr directory following the steps described there. After a few hours of search, I finally understood I needed to update my permalinks to fix it. It worked fine since.
Then I tried today to use the WP Super Cache plugin, which required different permalinks than the default one, so I changed them to custom and it broke it all again. :yay:
I tried reverting the permalinks, I tried the Velvet Blues Update URLs plugin, nothing seems to be enough to solve that crap.
I suppose my problems are located in .htaccess files but they don’t look really wrong to me, I’m proably not aware of the error…
They look like this : wp directory
SetEnv PHP_VER 5
SetEnv REGISTER_GLOBALS 0
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
main site directory
SetEnv PHP_VER 5_3
SetEnv REGISTER_GLOBALS 0
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
My wordpress directory is /blog
If you need additionnal info just ask.
Thanks in advance.
]]>I was able to login to my account using the wordpress.com site and my email and password. But when I went to “My Blogs” it says I don’t have a blog and to create one.
What happened and how can I fix it?
I made no recent changes to the blog, no new plugins or themes and site was working fine yesterday. I did update my billing information on Google Admin today and for awhile it said domain registration suspended and now it says active (but site still not working).
I don’t think it was ever backed-up, where should I look:(
Also just read about brute force attacks, if this is the issue, what can I do now that the site is down?
Thank you!
]]>Not Found
The requested URL /Webhosting/webhosting/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8l DAV/2 mod_auth_passthrough/2.1 FrontPage/5.0.2.2635 Server at www.my-product-reviews.net Port 80
The content is still there when I log into the wp-admin, but does not display anymore. I was working on one of the websites last night, but didn’t touch the other four at all. Now this morning three of them (including the one I am currently working on) came up with the very same error message. The front page displays normally, but neither from there nor from the wp-admin any of the other pages open anymore. Talked to the guys from bluehost, but they said it is a wp issue.
Any idea what the problem could be and how to fix it? Any help is more than welcome.