Initial dev export (exclude uploads/runtime)
This commit is contained in:
4
admin/.htaccess
Normal file
4
admin/.htaccess
Normal file
@@ -0,0 +1,4 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^ ../index.php [L]
|
||||
2
admin/index.php
Normal file
2
admin/index.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/../index.php';
|
||||
Reference in New Issue
Block a user