# URL rewriting for Etomite CMS # Last Modified: 2006-03-30 by Ralph Dahlgren # # To use friendly URLs for Etomite you need to uncomment the three Rewrite directives # Make sure RewriteBase points to the directory where you installed Etomite # e.g. / if your installation is in root # or /Etomite if your installation is in the Etomite subdirectory # # You must be running on Apache with mod_rewrite to be able to use this functionality. # # Remember, you must rename this file to .htaccess instead of the default ht.access # RewriteEngine On # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]