Fix API
This commit is contained in:
+4
-4
@@ -9,10 +9,10 @@ RewriteBase /phpCourse/exam
|
||||
##
|
||||
## Black listed folders
|
||||
##
|
||||
RewriteRule ^app/.* index.php [L,NC]
|
||||
RewriteRule ^config/.* index.php [L,NC]
|
||||
RewriteRule ^vendor/.* index.php [L,NC]
|
||||
RewriteRule ^routes/.* index.php [L,NC]
|
||||
RewriteRule ^phpCourse/exam/app/.* index.php [L,NC]
|
||||
RewriteRule ^phpCourse/exam/config/.* index.php [L,NC]
|
||||
RewriteRule ^phpCourse/exam/vendor/.* index.php [L,NC]
|
||||
RewriteRule ^phpCourse/exam/routes/.* index.php [L,NC]
|
||||
|
||||
##
|
||||
## White listed folders
|
||||
|
||||
Reference in New Issue
Block a user