mr2jswe
Tue 8th Mar '05, 8:24pm
I would like an .htaccess file (regardless of what folder I want to secure on the website) to validate accesspermissions through the built in vBulletin usersystem
In doing that my users would only need one password (their usual vBulletin login/pass) and the files would still be kept "secure". An enhanced .htaccess security (with on-board 5 login attempts) if you will.
The level I need is ReadOnly permission.
Does anyone have a clue what syntax I should use to write my .htaccess-file to make "the two" work together?
More in-depth description:
My site is based on vBulletin with a CMPS add-on. Through the Custom Page Content I can show HTML pages, and what I need to show there is a HTML converted Excel spreadsheet. Now the problem with a converted spreadsheet is that it produces all sorts of formats to display properly. (.htm, .xml, .jpeg, .gif, .css) In addition it creates a subfolder where most of the files end up.
I need the display to be non-public and secure. First option, and probably the most secure way would be storing the files in the database, but it smells like a world of trouble.. Second option would be to upload and store in an .htaccess protected folder as described above.
I think that vBulletin has many great features, and that this (if possible) would be another level of usefulness. Its not easy to find threads in this topic, probably since most forums are made for the public.
If someone could point me in the right direction I would greatly appreciate it!
In doing that my users would only need one password (their usual vBulletin login/pass) and the files would still be kept "secure". An enhanced .htaccess security (with on-board 5 login attempts) if you will.
The level I need is ReadOnly permission.
Does anyone have a clue what syntax I should use to write my .htaccess-file to make "the two" work together?
More in-depth description:
My site is based on vBulletin with a CMPS add-on. Through the Custom Page Content I can show HTML pages, and what I need to show there is a HTML converted Excel spreadsheet. Now the problem with a converted spreadsheet is that it produces all sorts of formats to display properly. (.htm, .xml, .jpeg, .gif, .css) In addition it creates a subfolder where most of the files end up.
I need the display to be non-public and secure. First option, and probably the most secure way would be storing the files in the database, but it smells like a world of trouble.. Second option would be to upload and store in an .htaccess protected folder as described above.
I think that vBulletin has many great features, and that this (if possible) would be another level of usefulness. Its not easy to find threads in this topic, probably since most forums are made for the public.
If someone could point me in the right direction I would greatly appreciate it!