billortell/tweetnest-updated/master/RENAME-ME.htaccess - Htaccess File

billortell/tweetnest-updated/master/RENAME-ME.htaccess

RewriteEngine On
RewriteRule ^sort/?$ ./sort.php [L]
RewriteRule ^favorites/?$ ./favorites.php [L]
RewriteRule ^search/?$ ./search.php [L]
RewriteRule ^searchfeed/?$ ./searchfeed.php [L]
RewriteRule ^([0-9]+)/([0-9]+)/?$ ./month.php?y=$1&m=$2
RewriteRule ^([0-9]+)/([0-9]+)/([0-9]+)/?$ ./day.php?y=$1&m=$2&d=$3

On Github License

Files

Download PDF of Htaccess file

Comments

Apache