PHP Classes

File: src/Infraestrutura/APIs/Webhook/Public/.htaccess

Recommend this page to a friend!
  Classes of Matheusz Maydana   Bames   src/Infraestrutura/APIs/Webhook/Public/.htaccess   Download  
File: src/Infraestrutura/APIs/Webhook/Public/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Bames
Application collection to study design patterns
Author: By
Last change:
Date: 27 days ago
Size: 291 bytes
 

Contents

Class file image Download
#RewriteCond %{SERVER_PORT} 80 #RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L] #RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] #RewriteRule ^(.*)$ https://%1/$1 [R=301,L] RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*?)$ index.php