simple apache rewrite
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/user/authenticate /path/to/file/auth.php
Categories: apache
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/user/authenticate /path/to/file/auth.php