johnstyle/github-pages/master/public_html/.htaccess - Htaccess File

johnstyle/github-pages/master/public_html/.htaccess

Options +FollowSymlinks
RewriteEngine on

ErrorDocument 404 /index.php?controller=ErrorDocumenthttp404

RewriteRule ^repository(/[^/]+)?/?$  / [R]
RewriteRule ^repository/(johnstyle)/(google-authenticator)/?(.*)$  /repositories/$1/$2/example/$3 [QSA,L]
RewriteRule ^repository/([^/]+)/([^/]+)/?(.*)$  /repositories/$1/$2/public_html/$3 [QSA,L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache