Files
myplayer/demo/php/.htaccess
Tilman Kranz 5f95d9cef6 initial commit
2024-09-21 16:05:22 +02:00

11 lines
200 B
ApacheConf

RewriteEngine on
# (as suggested by www.zeilenwechsel.de)
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^(.*)$ %2index.php/$1 [QSA,L]