e-ucm/pubman/master/api/.htaccess - Htaccess File

e-ucm/pubman/master/api/.htaccess

<IfModule mod_rewrite.c>
    Options -MultiViews

    RewriteEngine On
    RewriteBase /pubman/api
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [QSA,L]
</IfModule>

# or in Apache >= 2.26 (If application is not at webroot level you will have to adjust the path)
# FallbackResource /pubman/api/index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache