dfanica/Daniel-Fanica-Personal-Website/develop/.htaccess - Htaccess File

dfanica/Daniel-Fanica-Personal-Website/develop/.htaccess

Options +FollowSymLinks
RewriteEngine on

RewriteRule (.*) /index.php [L]
RewriteRule    ^codeanywhere$    http://codeanywhere.com/referralsignup/?r=6d396d555e42303963    [NC,L]    # Handle codeanywhere requests
RewriteRule    ^ipage$    http://wygom.com/ipage    [NC,L]    # Handle ipage requests
RewriteRule    ^dropbox$    https://db.tt/mLK64hdm    [NC,L]    # Handle ipage requests
RewriteRule    ^currencyfair$    https://www.currencyfair.com/?channel=R5NBO1    [NC,L]    # Handle ipage requests
RewriteRule    ^set-moves-access-token$    https://api.moves-app.com/oauth/v1/authorize?response_type=code&client_id=3YZc1huDQi92Sp2ilDgaeGDm5D4Ih1Vj&scope=activity    [NC,L]    # Handle ipage requests

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule .* index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache