Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the 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 6131
How do I enable the Apache directive for mod_rewrite on Apache 2.0? | Advanced Internet Technologies

The Apache directive for mod_rewrite is a one line addition to the /www/conf/httpd.conf file.  To do so, follow these steps:

  • FTP or SSH to your server.
  • Proceed to the /www/conf directory.
  • Open the httpd.conf file, search for:  LoadModule and add the following line
  • LoadModule rewrite_module modules/mod_rewrite.so
  • Once done, save the file and put it back in the /www/conf directory. After the file is updated, the http daemon (service) will need restarted. AIT customer service can restart the daemon for you upon request.