wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131For Linux Fully Managed Accounts:
If you want to use a non standard homepage name other then index.htm or index.html on your Fully Managed Linux plan, then you will need to add the name of the page to your directory listing in your main Apache configuration file named httpd.conf.
DIRECTORYINDEX index.wml index.html homepage.html index.shtml homepage.shtml index.phpFor Windows Fully Managed Accounts:
By default, when you go to your site in a browser, Windows will attempt to load these files, in this order.
If none of these files are present, the server will display the “Directory Listing Denied” error. If you prefer to have another page to load automatically, then you would need to contact us by submitting a trouble ticket so we can add them to the directory listing on your server.
]]>A 404 Error page in Apache means “file not found”. Thus, these types of errors are normally seen by visitors to your website that land on pages that no longer exist, or have a bad link to a page. This page lets you provide a user-friendly page to your visitors if they don’t land on the appropriate page. Very few users, when presented with a 404, will do more beyond click back to get out of the mistake. A custom 404 page is a good opportunity to keep them on your site and get them back to the proper location of your website.
To create a 404 page, upload a new page to your website and ensure it is configured how you want it. Once created, get the URL (such as http://www.yourdomain.com/404) from the browser bar, and continue to the next step. For this example, let’s say your new 404 page is at the URL http://www.yourdomain.com/404/.
To edit the 404 Error location with Apache, you can make several different modifications. By default, AIT’s fully managed Linux environment uses the 404 Error entries in the /www/conf/httpd.conf file, however you can also put these in a .htaccess file in the /www/htdocs directory as well. If editing the httpd.conf file, you can do the following:
1. Ensure there are no other 404 entries in the httpd.conf file. If so, use the pound sign (#) to comment them out.
2. Add in the following line:
ErrorDocument 404 /new404.html
3. Save the file and re-upload it to your server.
4. Restart the Apache/www services in the SMT 6.
]]>