1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-10-22 20:34:29 -04:00

prep for move to heroku w/ composer info

This commit is contained in:
2017-07-16 12:35:31 -04:00
parent bb8ca88e79
commit db89ee5fe3
183 changed files with 93387 additions and 93305 deletions

20
public/.htaccess Normal file
View File

@@ -0,0 +1,20 @@
Options -indexes
ErrorDocument 403 /error.html
ErrorDocument 404 /error.html
#AddType application/x-httpd-php5 .pdf
RewriteEngine on
RewriteRule ^login/?$ login.php [L]
RewriteRule ^logout/?$ logout.php [L]
RewriteRule ^sms/?$ sms.php [L]
RewriteRule ^print.pdf print.php [L]
RewriteRule ^shuffle/?$ index.php?shuffle [L]
RewriteRule ^shuffle/confirmed/?$ index.php?shuffle&confirmed [L]
RewriteRule ^shuffle/done/?$ index.php?shuffle&done [L]
RewriteRule ^clear/?$ index.php?clear [L]
RewriteRule ^clear/confirmed/?$ index.php?clear&confirmed [L]
RewriteRule ^clear/done/?$ index.php?clear&done [L]
RewriteRule ^add/?$ add.php [L]
RewriteRule ^spoon/([^/.]+)/?$ index.php?spoon=$1 [L]
RewriteRule ^revive/([^/.]+)/?$ index.php?revive=$1 [L]