aprezcuba24/CULabsRestaurant/master/.htaccess - Htaccess File

aprezcuba24/CULabsRestaurant/master/.htaccess

<IfModule mod_rewrite.c>
  # 405 Method Not Allowed
  RewriteCond %{_ROUTING__allow_POST} !-z [OR]
  RewriteCond %{_ROUTING__allow_GET} !-z [OR]
  RewriteCond %{_ROUTING__allow_HEAD} !-z
  RewriteRule .* app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
_ROUTING__allow_GET, _ROUTING__allow_HEAD, _ROUTING__allow_POST

Comments

Apache