- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2015
07:57 PM
11-23-2015
07:57 PM
I am trying to get Magento working in my mod_fcgi environment. What .htaccess changes need to happen?
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2015
08:02 PM
11-23-2015
08:02 PM
Okay so here's what I did to get Magento working in an fcgi (Fast CGI) environment.
- In the file .htaccess (in your Magento root installation directory):
Change +FollowSymLinks to +SymLinksIfOwnerMatch - In the file pub/.htaccess:
Change +FollowSymLinks to +SymLinksIfOwnerMatch - In the file pub/media/.htaccess:
Change Options All -Indexes to Options -Indexes
Change +FollowSymLinks to +SymLinksIfOwnerMatch
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2015
08:02 PM
11-23-2015
08:02 PM
Okay so here's what I did to get Magento working in an fcgi (Fast CGI) environment.
- In the file .htaccess (in your Magento root installation directory):
Change +FollowSymLinks to +SymLinksIfOwnerMatch - In the file pub/.htaccess:
Change +FollowSymLinks to +SymLinksIfOwnerMatch - In the file pub/media/.htaccess:
Change Options All -Indexes to Options -Indexes
Change +FollowSymLinks to +SymLinksIfOwnerMatch
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2015
08:05 PM
11-23-2015
08:05 PM
Re: Magento using mod_fcgi instead of the standard mod_php
Please comment if there is something I missed or if you have a more comments on a better practice solution.