How to fix "Apache detected an error in the Rewrite config" on cPanel
Redirects
There was a error adding redirect.
Apache detected an error in the Rewrite config.
fopen: Permission denied
httpd: could not open document config file /usr/local/apache/conf/srm.conf
Please try again.
You should correct the file permissions to:
-rwxr-xr-x
8:54 AM | Tags: apache, cpanel | 0 Comments
How to Restart new Plesk?
In past versions, to restart Plesk you just need to tip
# service PSA restart ALL
In the newest versions, depending on the OS you use you should be able to restart Plesk using the next commands:
Regular Linux OS:
#/etc/rc.d/init.d/psa stopall
#/etc/rc.d/init.d/psa start
FreeBSD:
/usr/local/psa/rc.d/init.d/psa stopall
/usr/local/psa/rc.d/init.d/psa start
11:59 AM | Tags: plesk | 1 Comments
Howto Setup Iphone for POP3 or IMAP Connection to Smartermail
Howto Setup Iphone for POP3 or IMAP Connection to Smartermail
On iPhone follow these steps,
-> Mail or (from the Home screen)
-> Settings -> Mail -> Accounts -> Add Account
1. Choose your email account type -> "Click Other"
Select a server type —
1. IMAP (recommended)
2. POP
3. Exchange
Account information:
1. Enter your email address
2. Server type
3. Enter the incoming mail server: mail.domain.com
4. Enter the outgoing mail server mail.domain.com
5. Enter your user name and password for incoming and outgoing servers
Note: you should user your full email address.
4:42 AM | Tags: mail | 0 Comments
How to change Plesk default page
If you are running Plesk and you need to change the default page "Plesk Default Page" you just need to change the index.html file on /var/www/vhosts/default/htdocs
Login your server as root and
# nano /var/www/vhosts/default/htdocs/index.html
If you are using Plesk on a Windows Server please check that directory:
%plesk_vhosts%\default\htdocs
4:27 AM | Tags: plesk | 0 Comments