aworley/nmla-trends/master/www/services/trends/v1.1/nm/.htaccess - Htaccess File

aworley/nmla-trends/master/www/services/trends/v1.1/nm/.htaccess

RewriteEngine On
RewriteBase /nmtrends/services/trends/v1.1/nm/
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*)$ - [NC,QSA,L]
RewriteRule ^(.*)$ index.php?action=$1 [NC,QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache