How to prevent users from directly accessing/seeing userpics thru url address How to prevent users from directly accessing/seeing userpics thru url address
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

How to prevent users from directly accessing/seeing userpics thru url address

Started by jorpetz, June 23, 2010, 04:57:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jorpetz

How to prevent users from directly accessing/seeing http://mywebsite.com/gallery/albums/userpics/1001 thru the url address on the browsers url box.

onthepike

You can turn off directory list browsing if your host allows such configuration via your control panel (not supported here) or add the handler within your base .htaccess file (again, not supported here). Or you can simply place an index.html file (with or without a redirect) inside any folder that doesn't otherwise contain any variety of "index." and you're done.

Best option? Copy the gallery/albums/index.php file to any userpics folder you wish.

Any further support will require you to furnish your gallery link, as per board rules.

Hope this helps.