wp-login.php Access forbidden 403
-
Hi
i just change my site domain and after the change when i try to logout the wp-login.php keeps gaving me 403 errors i still can access my admin pages but i couldn’t log out and when i apply my ssl certificate i can’t view my admin page i fix it by forcing to http instead in the config file i tried all sort if solution from changing my htaccess file to forcing ssl in the config.this is my htaccess file right now
# 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
thank you
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp-login.php Access forbidden 403’ is closed to new replies.