Showing posts with label .htaccess. Show all posts
Showing posts with label .htaccess. Show all posts

Monday, July 12, 2010

Set the server administrator email using .htaccess



For adding the server administrator email to your server(domain),just add the following line in .htaccess

root@new[#] vi .htaccess

SetEnv SERVER_ADMIN default@domain.com

save and Exit



Tags:-server admin,linux,.htaccess,cPanel,whm

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