rhprn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin Panel "Not Acceptable" after reload "404 Not Found"thanks… I’m waiting.
Forum: Fixing WordPress
In reply to: Admin Panel "Not Acceptable" after reload "404 Not Found"So, What should I do right now?
Will I call hostgator?Forum: Fixing WordPress
In reply to: Admin Panel "Not Acceptable" after reload "404 Not Found"no this is not working.. my public htaccess is
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressI’ve tried to edit
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>but nothing happening..
I’ve messaged Hostgator.. but they don’t response.. ??
Forum: Fixing WordPress
In reply to: Admin Panel "Not Acceptable" after reload "404 Not Found"I’m still facing the problem.
Normally I can visit the home page “https://tanyawoodfordspeaks.com/”
But when I try to all other pages (given bellow) of this site, then it shows,_________________________________________________________
Not Found
The requested URL /products/ 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 Server at tanyawoodfordspeaks.com Port 80
_________________________________________________________All other pages link:
https://tanyawoodfordspeaks.com/blog/
https://tanyawoodfordspeaks.com/products/
https://tanyawoodfordspeaks.com/about-tanya/
https://tanyawoodfordspeaks.com/contact/
_________________________________________________________I also try to access from all other PC of my home. But it still not working. I use broadband connection in my home with a router. All the PC is connected to the router through WiFi, and 2 PC is connected by cable to the router.
_________________________________________________________
Can you tell me what is the problem mainly? And how to fix it.