Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: Need SE friendly way to mask aff tags

[bsa_pro_ad_space id=2]
#780514
Anonymous
Inactive

@alexross 178498 wrote:

htaccess is only readable by your server or scripts on your server.. no need to worry about it being readable outside.

Generally it’s recommended to protect the .htaccess file itself by adding to it:


order deny,allow
deny from all

[/CODE][CODE]

order deny,allow
deny from all

[/CODE]