flaviovdf/tag_assess/master/src-php/getboo.1.04/api/.htaccess - Htaccess File

flaviovdf/tag_assess/master/src-php/getboo.1.04/api/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP:Authorization} ^Basic.*
RewriteRule ^posts/add posts_add.php?Authorization=%{HTTP:Authorization} [QSA]
RewriteRule ^posts/all posts_all.php?Authorization=%{HTTP:Authorization} [QSA]
RewriteRule ^posts/dates posts_dates.php?Authorization=%{HTTP:Authorization} [QSA]
RewriteRule ^posts/delete posts_delete.php?Authorization=%{HTTP:Authorization} [QSA]
RewriteRule ^posts/get posts_get.php?Authorization=%{HTTP:Authorization} [QSA]
RewriteRule ^posts/recent posts_recent.php?Authorization=%{HTTP:Authorization} [QSA]
RewriteRule ^posts/update posts_update.php?Authorization=%{HTTP:Authorization} [QSA]
RewriteRule ^tags/get tags_get.php?Authorization=%{HTTP:Authorization} [QSA]
RewriteRule ^tags/rename tags_rename.php?Authorization=%{HTTP:Authorization} [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache