Forum Moderators: DixonJones
I found this post here, [webmasterworld.com ]
and have seen lots of posts about FP woes, so
Has anyone using Frontpage successfully created a deny list in htaccess?
Has anyone using Frontpage successfully created a deny list in htaccess?
Yes, and it involves editing the .htaccess files in three other hidden folders that FrontPage uses for authentication etc. You have to add this code
Options +FollowSymLinks
... to to all three of these directories:
_vti_bin
_vti_bin /_vti_adm
_vti_bin/ _vti_aut
... replacing Options None (if it exists)
I found the method I used here:
NB: You have to be very careful to not disturb any of the code already placed in the .htaccess by FrontPage or you will be prevented from publishing. It is always best to make a backup of the original before changing it.