This forum has been moved here:
Helicon Tech Community Forum

  Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
Helicon Ape
 Helicon Tech : Helicon Ape
Subject Topic: IndexIgnore? Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
SnefIT
Newbie
Newbie


Joined: 30 May 2008
Location: Netherlands
Online Status: Offline
Posts: 6
Posted: 02 October 2011 at 8:41am | IP Logged Quote SnefIT

Hi,

I accidently posted this in the wrong forum. So here is another try ;)

A customer is trying to install ZenCart. Within there are several .htaccess files that use "IndexIgnore */*" and APE is complaining about that line (and the page will not show).

When commenting out the line, it works fine.

Is there a way to handle the "IndexIgnore */*" or should I change all .htaccess files?

Thanx.

Back to Top View SnefIT's Profile Search for other posts by SnefIT
 
Guests
Guest
Guest


Joined: 01 October 2003
Online Status: Online
Posts: -149
Posted: 03 October 2011 at 4:42am | IP Logged Quote Guests

Hello,

Please, try to specify the scenario you're willing to perform using this directive.

Regards
Andrew
Back to Top View Guests's Profile Search for other posts by Guests
 
SnefIT
Newbie
Newbie


Joined: 30 May 2008
Location: Netherlands
Online Status: Offline
Posts: 6
Posted: 03 October 2011 at 4:55am | IP Logged Quote SnefIT

Andrew,

I don't want to perdorm anything ;) It was just in all the .htaccess files that are in ZenCart.

It is used to hide files and directories when there is no "index" file in the directory.

So when opening an url where there is no index.htm (by example), it would normally show all the files and directories in the directory. IndexIgnore can hide those.

S.

Back to Top View SnefIT's Profile Search for other posts by SnefIT
 
Guests
Guest
Guest


Joined: 01 October 2003
Online Status: Online
Posts: -149
Posted: 03 October 2011 at 5:16am | IP Logged Quote Guests

To make this happen you may insert the following code in web.config of the particular folder:


Code:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <directoryBrowse enabled="false" />
    </system.webServer>
</configuration>
Back to Top View Guests's Profile Search for other posts by Guests
 
SnefIT
Newbie
Newbie


Joined: 30 May 2008
Location: Netherlands
Online Status: Offline
Posts: 6
Posted: 03 October 2011 at 6:01am | IP Logged Quote SnefIT

Thanks for your reply. ;)

I'm not looking for another way to do it, but I only want to know if APE can handle IndexIgnore ;)

Thanx anyway! :)

Back to Top View SnefIT's Profile Search for other posts by SnefIT
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You can vote in polls in this forum