From 3df04e1ce435380d8560faaf67a91b88b7cfb3f6 Mon Sep 17 00:00:00 2001 From: mensonge Date: Sun, 1 Jun 2008 14:25:46 +0000 Subject: Interface fix: put order into RSS links git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@134 b3834d28-1941-0410-a4f8-b48e95affb8f --- .htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 8262b68..03aea7e 100644 --- a/.htaccess +++ b/.htaccess @@ -24,5 +24,9 @@ RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f -RewriteRule ^([^/]+)/?(.*) $1.php?query=$2 [L,QSA] + +#if cleanurls don't work, comment option 1 (by adding # at the beginning) and uncomment option 2: +RewriteRule ^([^/]+)/?(.*) $1.php?query=$2 [L,QSA] #option 1 +#RewriteRule ^([^/]+)/?(.*) $1.php/$2 [L] #option 2 + -- cgit v1.2.3-54-g00ecf