mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
5 lines
93 B
ApacheConf
5 lines
93 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteRule ^.+$ index.php [L]
|
|
</IfModule>
|