-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By neophron
Hi there,
a few weeks ago I completed a 3.098 installation (server php 7.2). Yesterday I wanted to login but failed. I tried different browsers, meanwhile on two different PCs, but no login.
Then I realized, that after hitting the »Login« button, there was no message (admin name – Login failed). I also tried all procedures (https://processwire-recipes.com/recipes/resetting-admin-password-via-api/). Then I checked the errors.txt (site/assets/logs) – nothing.
The frontend works fine. Is there a way to check this Processwire installation? Could be something missing?
-
By horst
Hey,
I want to hook into the 404 handling of PW at the most earliest stage. Pleas can anybody point me to the hook or file that suits this best?
-
By Jennifer Stock
Greetings. I would like to restrict access to certain sections of my organization's ProcessWire site using pubcookie. We are rolling out Shibboleth authentication later this year but for now, it seems I can only make use of our institution's single sign-on routine by utilizing rules in an .htaccess file.
I am wondering if there is a way to ask PW to apply these rules to certain pages in the site, whether via template type or location in the page tree:
AuthType UWNetID PubcookieAppID "MyApplication" require type staff faculty
-
By cosmicsafari
Hi all,
Just a quick question, when using the multisite module is there anything different that needs to be done in order to setup HTTPS for each of the domains its serving?
Would a single SSL certificate for the main domain be enough to cover the others aswell or would you need multiple ceritficates one for each domain the mutlisite setup uses?
-
By pwfans
Hello,
1. Anybody can help, why this htaccess (location in root) doesn't work at 3.0.98 ? it show 404
RewriteEngine on RewriteRule ^(.*)$ /subdirectory/$1 [L] That rule works in 3.0.62
It redirect root request to subdirectory processwire installation and hiding the subdirectory name in url.
I have try to uncomment htaccess inside subdirectory processwire installation :
RewriteBase /pw/ to RewriteBase /subdirectory/ Doesn't help, still 404 when open the site from root domain.
2. Is there anyway to find processwire version from processwire files ? not from admin login page.
Thank you.
-