projects
/
anyhammer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8614731
)
forgot the htaccess file
master
author
paulr
<me@pjr.cc>
Thu, 18 Aug 2011 18:20:18 +0000 (
04:20
+1000)
committer
paulr
<me@pjr.cc>
Thu, 18 Aug 2011 18:20:18 +0000 (
04:20
+1000)
www/.htaccess
[new file with mode: 0644]
patch
|
blob
diff --git a/www/.htaccess
b/www/.htaccess
new file mode 100644
(file)
index 0000000..
fdaf2c6
--- /dev/null
+++ b/
www/.htaccess
@@ -0,0
+1,8
@@
+RewriteEngine on
+RewriteBase /src/eclipse-workspace/anyhammer/www/
+RewriteRule ^index\.php.* - [L,B]
+RewriteRule ^soap\.php.* - [L,B]
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^(.*)$ index.php?q=$1 [L,QSA,B]
+