initial commit
This commit is contained in:
commit
5f95d9cef6
55 changed files with 12483 additions and 0 deletions
10
demo/php/.htaccess
Normal file
10
demo/php/.htaccess
Normal file
|
@ -0,0 +1,10 @@
|
|||
RewriteEngine on
|
||||
|
||||
# (as suggested by www.zeilenwechsel.de)
|
||||
|
||||
RewriteBase /
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond $1#%{REQUEST_URI} ([^#]*)#(.*)\1$
|
||||
RewriteRule ^(.*)$ %2index.php/$1 [QSA,L]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue