mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-04-26 12:18:27 -04:00
18 lines
812 B
ApacheConf
18 lines
812 B
ApacheConf
Options -indexes
|
|
|
|
#AddType application/x-httpd-php5 .pdf
|
|
|
|
RewriteEngine on
|
|
RewriteRule ^login/?$ login.php
|
|
RewriteRule ^logout/?$ logout.php
|
|
RewriteRule ^sms/?$ sms.php
|
|
RewriteRule ^print.pdf print.php
|
|
RewriteRule ^shuffle/?$ index.php?shuffle
|
|
RewriteRule ^shuffle/confirmed/?$ index.php?shuffle&confirmed
|
|
RewriteRule ^shuffle/done/?$ index.php?shuffle&done
|
|
RewriteRule ^clear/?$ index.php?clear
|
|
RewriteRule ^clear/confirmed/?$ index.php?clear&confirmed
|
|
RewriteRule ^clear/done/?$ index.php?clear&done
|
|
RewriteRule ^add/?$ add.php
|
|
RewriteRule ^spoon/([^/.]+)/?$ index.php?spoon=$1
|
|
RewriteRule ^revive/([^/.]+)/?$ index.php?revive=$1 |