Doc Posted February 1, 2017 Share Posted February 1, 2017 Hello, I'd like to put some backend files for example in /backend. I'd like to access them directly with www.mywebsite.com/backend/myfile.php (behind a htaccess for example). How can I do that without declaring that file as a template/page ? Right now all I have is a "this localhost page can't be found". Thanks Link to comment Share on other sites More sharing options...
Robin S Posted February 1, 2017 Share Posted February 1, 2017 The PW htaccess only blocks direct access to PHP files inside /site/ Anything outside of /site/ should be accessible. 2 Link to comment Share on other sites More sharing options...
Doc Posted February 1, 2017 Author Share Posted February 1, 2017 Good to know, thank you ! My tests were made inside /site/... . Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now