grigorij/dartAssistant/master/.htaccess - Htaccess File

grigorij/dartAssistant/master/.htaccess

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^([wd~%.:_-]+)$ index.php?action=$1 [NC]
RewriteRule ^([wd~%.:_-]+)/([0-9]+)$ index.php?action=$1&id=$2 [NC]

RewriteRule ^(.*)/public/(.*)$ public/$2

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache