game0ver/trendlab.io/master/twitter/x_isthenew_y/.htaccess - Htaccess File

game0ver/trendlab.io/master/twitter/x_isthenew_y/.htaccess

Options +FollowSymLinks
RewriteEngine On
 
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
  
RewriteRule ^term/([ws]+)/?$ ./term.php?term=$1 [PT]
RewriteRule ^user/(@w+)/?$ ./user.php?user=$1 [PT]
RewriteRule ^([0-9a-z])/$ ./alpha.php?index=$1 [PT]

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache