Hi
Hmm Still facing the 403 error message after using the above .htaccess codes.. Follow the steps to activate the codes..Not sure what am doing wrong..Please help.. here is a copy of my .htaccess
# CUSTOM CODE PLUGIN/THEME SKIP/BYPASS RULES # Google Translate URL skip/bypass rule RewriteCond %{REQUEST_URI} ^/translate_c RewriteCond %{QUERY_STRING} url=translate\.google\.com(.*) [NC] RewriteRule . - [S=13] # Adminer MySQL management tool data populate RewriteCond %{REQUEST_URI} ^/wp-content/plugins/adminer/ [NC] RewriteRule . - [S=12] # Comment Spam Pack MU Plugin - CAPTCHA images not displaying RewriteCond %{REQUEST_URI} ^/wp-content/mu-plugins/custom-anti-spam/ [NC] RewriteRule . - [S=11] # Peters Custom Anti-Spam display CAPTCHA Image RewriteCond %{REQUEST_URI} ^/wp-content/plugins/peters-custom-anti-spam-image/ [NC] RewriteRule . - [S=10] # Status Updater plugin fb connect RewriteCond %{REQUEST_URI} ^/wp-content/plugins/fb-status-updater/ [NC] RewriteRule . - [S=9]