05-16-2013 11:39 AM
How would we allow specific pages / sub-pages of a site? For example, allow access to a casino's hotel pages without allowing access to the gambling parts of the site?
Solved! Go to Solution.
05-17-2013 12:02 AM
Hi,
You need to create a custom URL category then use a regular expression in the advanced section, something along the lines of:
casinoo\.com/hotel
Hope this helps,
Thanks
Chris
05-17-2013 04:46 AM
I think your missing a dot:
www\.motorcitycasino\.com/CSS/.*\.css
Thanks
Chris
05-17-2013 12:02 AM
Hi,
You need to create a custom URL category then use a regular expression in the advanced section, something along the lines of:
casinoo\.com/hotel
Hope this helps,
Thanks
Chris
05-17-2013 04:41 AM
Thanks... perhaps I am doing this wrong, but this doesn't appear to function as expected. For example,
www\.motorcitycasino\.com/CSS/*\.css
is not allowing
www.motorcitycasino.com/CSS/MCCH.css
or
www.motorcitycasino.com/CSS/responsive.css
05-17-2013 04:46 AM
I think your missing a dot:
www\.motorcitycasino\.com/CSS/.*\.css
Thanks
Chris
05-17-2013 05:07 AM
Thanks Chris, that worked. Just for my own edification, if I'm escaping the dot with \.css , why do I need a dot in front of the wildcard as well?
05-17-2013 06:48 AM
The dot in front of the wildcard specifies the regex to match against the wildcard.
Thanks
Chris
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide