Tuesday, July 6, 2010

Wordpress Issues[Not able to login to wordpress]


Please check the .htaccess file in the public_html folder,where the word press has installed and check the below lines are missing . If it missing please create a .htaccess file and enter

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-
RewriteRule . /index.php [L]

# END WordPress


Tags:-wordpress,wordpress issues,linux,cPanel,wordpress error,Linux cpanel admin,WHM,webhosting troubles,.htaccess