</VirtualHost>}}
* Finaly Finally create a file called 1026-ajaxplorerhttp.conf (note that the number may change for you) and put in this (also change things like the website name and etc):{{Code|<pre> <VirtualHost *:80>
ServerName username.yourhda.com
RewriteEngine On
AddOutputFilterByType DEFLATE text/html text/plain text/xml
</VirtualHost></pre>}}
* Now you need to restart apache:
{{Code|service httpd restart}}