Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Select ALL subfolders Re: Select ALL subfolders

#87232
clokey2k
Participant

I think the OP is trying to evaluate if he is in a specific set of folders.
I’ll word the query out to see if that is what the OP wants.

“IF ( (NOT in the ‘images’ folder) OR (it is within the ‘folder’ folder))
{ “you are either not in the Images folder, or your in my hidden ‘folder’ then Go away!”}

Like a PHP replacement for a .htaccess rule?

This would assume you only want a decision made base on the folder that you are in, and not that you wish to ‘do something’ with the folder itself?

Although I cannot help with the actual problem, I hope I have made it easier to ‘identify’ the problem :-s