LobbyOS/lobby/dev/.htaccess - Htaccess File

LobbyOS/lobby/dev/.htaccess

DirectoryIndex index.php /includes/lib/core/Inc/error.php
ErrorDocument 404 /index.php

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache