1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
Files
openstamanager/.htaccess

5 lines
93 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^.+$ index.php [L]
</IfModule>