initial commit
This commit is contained in:
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]
|
||||
|
Reference in New Issue
Block a user