Articles
Error: Not able to start apache even if you have enough free disk space. You may see an error...
Solution: Check if apache is added in the trusted-users file /etc/mail/trusted-users and also...
CentOS 5.x is old and EOL. But there are still lots of servers running this version. I needed...
Below config file needs to be done in your apache httpd.conf or htaccess file: <IfModule...
If you want your page to show the content of another file without changing the code in the url,...
http > httpsRewriteEngine On#First rewrite any request to the wrong domain to use the correct...
RewriteEngine OnRewriteCond %{HTTPS} =onRewriteRule ^(.*)$ http://%{HTTP_HOST}/$1 [L,R=301]
RewriteEngine On#Redirect main domain to subdomainRewriteCond %{HTTP_HOST} !^$RewriteCond...
RewriteEngine OnRewriteCond %{HTTP_HOST} !^www\.RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1...
RewriteEngine On#subdomain redirect to mainRedirectMatch 301 ^/sell/$ http://maindomain.com/
If you receive below error: mod_fcgid: HTTP request length 131410 exceeds MaxRequestLen (131072)...