problem with wp-admin password and mod rewrite
-
hi friends
im using wordpress 2.6
i want to set password on wp-admin directory through Cpanel by .htaccess and .htpasswd for increasing security of wordpressunfortunately it doesn’t work. when permalink rewrite rules are active, i can not go to wp-admin directory and i redirect to 404 error page. when i remove the root htaccess file, then i can go to wp-admin directory and i can see the apache login popup window.
its the rules in my .htaccess root file
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
thanks in advance
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘problem with wp-admin password and mod rewrite’ is closed to new replies.