### Elxis 2009.0 htaccess file# Copyright (C) 2006-2009 Elxis.org. All rights reserved.# License: http://www.gnu.org/copyleft/gpl.html GNU/GPL# Elxis CMS is a Free Software#### Uncomment the following line, if it produces erors, comment it again# Options -Indexes +FollowSymLinks## mod_rewrite in use#RewriteEngine On# The following line tells the web server where your Elxis installation is located in relation # to the web server root directory. By default this is set to the www root folder ( RewriteBase / ).# If you have installed Elxis in a sub-folder then set this path properly.# For example if your elxis site is accessible via this URL http://www.mysite.com/elxis/# You should set: RewriteBase /elxis/RewriteBase /elx/# Uncomment the line bellow if you use static cache in order to deny direct access to cached files.#RewriteRule ^cache/static/(.*)$ - [F]