Confixx Mod-Rewrite
Simon | September 5, 2008To use Mod-Rewrite in Confixx for a certain vhost you must do the following
1. Log in to confixx as admin and select http special
2. Choose the customer or domian you wish to edit
3. Select advanced options an copy the following text into the provided text box
<Directory "/var/www/webxx/html">
Options +FollowSymLinks +SymLinksIfOwnerMatch +Multiviews
AllowOverride All
</Directory>
Please change the path and the webxx entry accordingly.
4. Create a .htaccess in the html directory
Example:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com$
RewriteRule ^(.*)$ http://www.example.com/ [L,R=301]
This rule should rewrite all non www URL’s with www.
Share on Facebook




