Update gitignore
This commit is contained in:
parent
9217150b58
commit
9a5370af8e
1
.gitignore
vendored
1
.gitignore
vendored
@ -124,3 +124,4 @@ _modules/*
|
|||||||
|
|
||||||
/results/
|
/results/
|
||||||
/phpunit*.xml
|
/phpunit*.xml
|
||||||
|
/public/.htaccess
|
||||||
|
|||||||
@ -15,7 +15,7 @@ Options -Indexes
|
|||||||
# change the following line to match the subfolder you need.
|
# change the following line to match the subfolder you need.
|
||||||
# http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase
|
# http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritebase
|
||||||
# RewriteBase /
|
# RewriteBase /
|
||||||
RewriteBase /cmod/
|
# RewriteBase /cmod/
|
||||||
# Redirect Trailing Slashes...
|
# Redirect Trailing Slashes...
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_URI} (.+)/$
|
RewriteCond %{REQUEST_URI} (.+)/$
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user