install/.htaccess
author Dan
Tue, 29 Jan 2008 16:19:51 -0500
changeset 387 92664d2efab8
parent 348 87e08a6e4fec
child 510 290fa071842a
permissions -rw-r--r--
Rebranded source code as 1.1.1; added TinyMCE ACL rule as per Vadi's request: http://forum.enanocms.org/viewtopic.php?f=7&t=54

# Used for testing mod_rewrite.

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) install.php?do=modrewrite_test&str=$1