Skip to content

Commit

Permalink
Merge pull request #58 from GlitchWitchSec/ssl-master
Browse files Browse the repository at this point in the history
Update .htaccess to use new init.php file
  • Loading branch information
ssl authored Sep 1, 2020
2 parents 74befdb + e5e76af commit a3d7c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Options -Indexes

RewriteEngine On
RewriteCond %{REQUEST_URI} !assets
RewriteRule ^(.*)$ index.php [L]
RewriteRule ^(.*)$ init.php [L]

0 comments on commit a3d7c80

Please sign in to comment.