-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
StackExchange_AllowSymlink Magento Module | ||
=== | ||
|
||
**Q:** How to enable symlinks after SUPEE-9767 V2 install? | ||
|
||
> Its seems SUPEE-9767v2 has disabled and removed the option in "Advanced -> Developer -> Template settings", that would allow us to enable/disable symlinks. | ||
> | ||
> What is the other way to enable symlinks after V2 patch install? | ||
**Source:** https://magento.stackexchange.com/questions/184184/how-to-enable-symlinks-after-supee-9767-v2-install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
src/app/code/community/Sr/AllowSymlink app/code/community/Sr/AllowSymlink/ | ||
src/app/etc/modules/Sr_AllowSymlink.xml app/etc/modules/Sr_AllowSymlink.xml | ||
src/app/code/community/StackExchange/AllowSymlink app/code/community/StackExchange/AllowSymlink/ | ||
src/app/etc/modules/StackExchange_AllowSymlink.xml app/etc/modules/StackExchange_AllowSymlink.xml |
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
src/app/code/community/StackExchange/AllowSymlink/etc/config.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<config> | ||
<modules> | ||
<StackExchange_AllowSymlink> | ||
<version>1.2.0</version> | ||
</StackExchange_AllowSymlink> | ||
</modules> | ||
</config> |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
src/app/etc/modules/Sr_AllowSymlink.xml → ...tc/modules/StackExchange_AllowSymlink.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<config> | ||
<modules> | ||
<Sr_AllowSymlink> | ||
<StackExchange_AllowSymlink> | ||
<active>true</active> | ||
<codePool>community</codePool> | ||
<depends> | ||
<Mage_Core /> | ||
</depends> | ||
</Sr_AllowSymlink> | ||
</StackExchange_AllowSymlink> | ||
</modules> | ||
</config> |