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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.