johnstyle/sjo-app/master/public/.htaccess - Htaccess File

johnstyle/sjo-app/master/public/.htaccess

Options +FollowSymlinks
RewriteEngine on

ErrorDocument 404 /index.php?controller=ErrorDocumenthttp404

RewriteRule ^([[:alpha:]]+(/[[:alpha:]]+)?)/?$  /index.php?controller=$1 [QSA,L]
RewriteRule ^([[:alpha:]]+(/[[:alpha:]]+)?)::([a-z]+)/?$  /index.php?controller=$1&method=$3 [QSA,L]
RewriteRule ^json/([[:alpha:]]+(/[[:alpha:]]+)?)::([a-z]+)/?$  /index.php?controller=$1&method=$2&content_type=json [QSA,L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache