DMO Posted June 11, 2020 Share Posted June 11, 2020 I had an issue of frequent logout after publishing a project. I spent many our trying to figure out the key reasons. Afterwards, I discovered that htaccess file has .txt extension. Therefore, processwire could not load it, hence, the frequent time out. So, I removed the .txt extension and prepended "." (dot) and reloaded the server. Afterwards I logged into processwire again and all issues relation to frequent time out stopped. Even adding fingerprint api call could not solve the issue when added to the config.php file until i did this. Therefore, check that the htaccess is uploaded and be sure it is ".htaccess" not "htaccess.txt" I am rookie processwire user. I switched from wordpress and you can find my newest project here http://yyconect.com Link to comment Share on other sites More sharing options...
DMO Posted June 11, 2020 Author Share Posted June 11, 2020 *I spent many hours trying to figure out the key reasons. Link to comment Share on other sites More sharing options...
flydev Posted June 11, 2020 Share Posted June 11, 2020 3 hours ago, DMO said: Therefore, check that the htaccess is uploaded and be sure it is ".htaccess" not "htaccess.txt" FIY, this file should have been renamed at the installation process. Without any server logs, hard to tell what have passed. 3 hours ago, DMO said: I switched from wordpress and you can find my newest project here http://yyconect.com Welcome here mate ! Cool first project ! ?? 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