bellinivitor/Unidavi-e-Sports/master/.htaccess
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
#RewriteCond %{HTTP_HOST} !^$
#RewriteCond %{HTTP_HOST} !^www. [NC]
#RewriteCond %{HTTPS}s ^on(s)|
#RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?in=$1 [L,QSA]
</IfModule>
AddHandler php56-script .php
suPHP_ConfigPath /home/unidaviesports/
On Github License
Files