fix magento root files
without leading slash, it ignores all files with these names (cron.php, get.php, index.php, api.php), whereveer they are
This commit is contained in:
parent
d7161533f1
commit
30b6549bfe
@ -42,14 +42,14 @@ app/etc/local.xml
|
|||||||
app/.htaccess
|
app/.htaccess
|
||||||
app/locale/
|
app/locale/
|
||||||
app/Mage.php
|
app/Mage.php
|
||||||
cron.php
|
/cron.php
|
||||||
cron.sh
|
cron.sh
|
||||||
downloader/
|
downloader/
|
||||||
errors/
|
errors/
|
||||||
favicon.ico
|
favicon.ico
|
||||||
get.php
|
/get.php
|
||||||
includes/
|
includes/
|
||||||
index.php
|
/index.php
|
||||||
index.php.sample
|
index.php.sample
|
||||||
/install.php
|
/install.php
|
||||||
js/blank.html
|
js/blank.html
|
||||||
@ -93,7 +93,7 @@ media/.htaccess
|
|||||||
media/import/
|
media/import/
|
||||||
media/xmlconnect/
|
media/xmlconnect/
|
||||||
media/catalog/product/cache/
|
media/catalog/product/cache/
|
||||||
api.php
|
/api.php
|
||||||
nbproject/
|
nbproject/
|
||||||
pear
|
pear
|
||||||
pear/
|
pear/
|
||||||
|
Loading…
Reference in New Issue
Block a user