From 68d22133882d5af341ce756b5cb6cebd156084bd Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 14 Feb 2008 16:41:20 +0000 Subject: Changes to site structure git-svn-id: https://code.elgg.org/elgg/trunk@32 36083f99-b078-4883-b0ff-0f9b5a30f544 --- htaccess_dist | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 htaccess_dist (limited to 'htaccess_dist') diff --git a/htaccess_dist b/htaccess_dist new file mode 100644 index 000000000..5eb6555bd --- /dev/null +++ b/htaccess_dist @@ -0,0 +1,11 @@ +# Elgg htaccess directives +# Copyright Curverider Ltd 2008 +# License http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 +# Link http://elgg.org/ + +php_flag magic_quotes_gpc off + +RewriteEngine on + +RewriteRule ^action\/([A-Za-z\_\-\/]+)$ action.php?action=$1 +RewriteRule ^css\/css\.css$ css/css.php \ No newline at end of file -- cgit v1.2.3