libertyct Posted November 2, 2009 Share Posted November 2, 2009 is this possible by any chance? and how would you implement .htaccess protect on a url instead of a folder Quote Link to comment https://forums.phpfreaks.com/topic/180006-htaccess-url-protection/ Share on other sites More sharing options...
gizmola Posted November 2, 2009 Share Posted November 2, 2009 Yes of course. Just check out the apache manual on the location directive. http://httpd.apache.org/docs/1.3/mod/core.html#location You can specify your access rules inside the location. Quote Link to comment https://forums.phpfreaks.com/topic/180006-htaccess-url-protection/#findComment-949643 Share on other sites More sharing options...
libertyct Posted November 2, 2009 Author Share Posted November 2, 2009 Yes of course. Just check out the apache manual on the location directive. http://httpd.apache.org/docs/1.3/mod/core.html#location You can specify your access rules inside the location. thanks. but what i am looking for is password protection to a url and not protection based on a location. something that would still use the .htpasswd file but applied to a url Quote Link to comment https://forums.phpfreaks.com/topic/180006-htaccess-url-protection/#findComment-949647 Share on other sites More sharing options...
gizmola Posted November 2, 2009 Share Posted November 2, 2009 Well you really didn't look at the link I provided did you? The directive provides for access control by URL. It is similar to the directive, and starts a subsection which is terminated with a directive. sections are processed in the order they appear in the configuration file, after the sections and .htaccess files are read, and after the sections. Note that URLs do not have to line up with the filesystem at all, it should be emphasized that operates completely outside the filesystem. Quote Link to comment https://forums.phpfreaks.com/topic/180006-htaccess-url-protection/#findComment-949680 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.