I need to restart the web server… Overview During certain situations you may become confused with what is wrong with your site. For example, moving WordPress or...
PageSpeed support Overview PageSpeed (mod_pagespeed) optimizes your site and makes content load more quickly. PageSpeed applies a variety of filters including minifying scripts,...
Redirecting on typo mod_speling may be used to correct typos in URLs. Spelling rules only allow one character translation (i.e. character capitalization, transposition,...
Redirects with mod_rewrite Overview A redirect changes the URL, in browser, from one URL to another. A variety of redirect codes exist to...
Rewrite rules fail on subdirectories, subdomains, or addon domains Overview Rewrite rules remap a URL to another location or resource accessible on a web site. These rules are located...
Sharing .htaccess rules Overview An .htaccess file may be shared across multiple domains and subdomains by being located in a common parent directory....
Static files served without recording hit to access_log Overview Static files (index.html) can be served without logging a request in access_log. Cause This occurs when mod_pagespeed is enabled....
Subdomain fall-through behavior Overview Subdomains created within the control panel via Web > Subdomains will map to corresponding document roots. Subdomains not explicitly defined under Web > Subdomains, called...
Uploads are denied with 406, Not Acceptable Overview When uploading a particular file it fails with a 406, Not Acceptable error message. Cause All inbound file uploads...
Where is site content served from? Site content for a given domain or subdomain is served from its document root. A document root is the base folder...