ryan Posted December 16, 2010 Share Posted December 16, 2010 A couple people have mentioned that they installed ProcessWire, logged into the admin, logged out, and couldn't find where to login again. The default login URL to ProcessWire is: yoursite.com/processwire/ You can also change the login URL by editing the admin page (Pages > Admin) click on the "settings" tab and change the URL name to something else. Just don't forget what you name it otherwise neither you nor I will be able to figure out what the admin login URL is. Link to comment Share on other sites More sharing options...
tinacious Posted March 26, 2012 Share Posted March 26, 2012 I finished uploading my site and the front page loads. Unfortunately I can't access the login page; I get a 500 Error. When installing it gave an error about Apache mod_rewrite, saying that it can't be detected, which says it sometimes occurs without the htaccess file. Also, none of the links work. Is there a problem with my web host? How can I solve this? Thanks. Link to comment Share on other sites More sharing options...
MadeMyDay Posted March 26, 2012 Share Posted March 26, 2012 I have the Same "problem" with my host. Cant look right now but I think the solution was to look in your .htaccess for a commented line with the RewriteBase, just uncomment it so that it is like RewriteBase / Will look tomorrow at my installations. 5 Link to comment Share on other sites More sharing options...
netcarver Posted March 26, 2012 Share Posted March 26, 2012 Hello tinacious, This is taken from the .htaccess file; # ProcessWire requires mod_rewrite Did you copy the .htaccess file up into the root of your live site? If not, upload it and try again. If that doesn't help, you will need to speak to your hosting provider and ask if mod_rewrite is installed and enabled or if it can be installed and enabled. 1 Link to comment Share on other sites More sharing options...
tinacious Posted March 27, 2012 Share Posted March 27, 2012 I have the Same "problem" with my host. Cant look right now but I think the solution was to look in your .htaccess for a commented line with the RewriteBase, just uncomment it so that it is like RewriteBase / Will look tomorrow at my installations. Thanks, this worked! Link to comment Share on other sites More sharing options...
netcarver Posted March 27, 2012 Share Posted March 27, 2012 Hi tinacious, Glad you got that working thanks to MakeMyDay's post. Link to comment Share on other sites More sharing options...
ryan Posted January 1, 2013 Author Share Posted January 1, 2013 The ProcessWire 2.3 installer now lets you set the admin URL as part of the install process. 5 Link to comment Share on other sites More sharing options...
woop Posted January 2, 2013 Share Posted January 2, 2013 The ProcessWire 2.3 installer now lets you set the admin URL as part of the install process. I guess /processwire is still the default option, though? That would make it easier for newcomers. Link to comment Share on other sites More sharing options...
DaveP Posted January 2, 2013 Share Posted January 2, 2013 The ProcessWire 2.3 installer now lets you set the admin URL as part of the install process. I'd be inclined to disallow 'admin' as the URL (or is that a bit too Big Brother?). Link to comment Share on other sites More sharing options...
ryan Posted January 4, 2013 Author Share Posted January 4, 2013 I guess /processwire is still the default option, though? That would make it easier for newcomers. That's correct, that is what it has populated in there by default. I'd be inclined to disallow 'admin' as the URL (or is that a bit too Big Brother?). Hiding your admin URL is a good practice. But if strong passwords are used, as they should be, there's no security problem with having a known admin URL either. Link to comment Share on other sites More sharing options...
Poddy Posted January 10, 2013 Share Posted January 10, 2013 ./processwire/ doesn't work for me. I just did an install of the CMS and although the install went flawlessly, when I click on the link to the admin login I get a 404 error page not found. Link to comment Share on other sites More sharing options...
arjen Posted January 10, 2013 Share Posted January 10, 2013 Does the front-end do work? Link to comment Share on other sites More sharing options...
Poddy Posted January 10, 2013 Share Posted January 10, 2013 Does the front-end do work? Yes it does. At least I think it does it has some sample text but the link to the "About" page also gives the 404 error. Don't know if this normal or not. Link to comment Share on other sites More sharing options...
nik Posted January 10, 2013 Share Posted January 10, 2013 Just a quick one: did you try using RewriteBase mentioned earlier in this thread? There are many other threads on this very subject here on the forum, try searching with Google using something like "site:processwire.com rewritebase" or "site:processwire.com install 404". 1 Link to comment Share on other sites More sharing options...
ryan Posted January 10, 2013 Author Share Posted January 10, 2013 When you get 404s for everything but the homepage, that means the .htaccess file is not working. Edit your .htaccess file and paste in some garbage at the top, like "alkjaelfkjaef" and save. Now view your homepage. If you get a 500 error, your .htaccess is working (and you should look at the RewriteBase Nik mentioned). But if your homepage still works, then you know your .htaccess is not working. At this point, you need to tell your web host to turn it on. Or if you run the server, you need to add "AllowOveride All" to your httpd.conf for the account. 1 Link to comment Share on other sites More sharing options...
thomasandman Posted February 23, 2013 Share Posted February 23, 2013 Hey.... I cannot login into the admin, too. Nothing works, 404 or "Forbidden" errors. I even can't find the folder "processwire" or something like that. In the ZIP-Folder there are only the two folders "site" and "wire". Maybe "wire" is that what should be "processwire"? If thats the admin folder, there is even no index.* file... (only the config.php) I'd love to find out this cool-looking cms, please give me an idea where I can find the standard admin file (blablabla-admin....php?). Thanks Link to comment Share on other sites More sharing options...
Joss Posted February 23, 2013 Share Posted February 23, 2013 HI thomasandman The admin section is just a page that is called (by default) processwire So there is no admin folder as such nor is there an admin file as you are thinking of it (like in joomla or wordpress, for instance) Do ryan's check about the htaccess file above. Have you gone through the install procedure and did that show any errors? Link to comment Share on other sites More sharing options...
thomasandman Posted February 23, 2013 Share Posted February 23, 2013 Yes, I've all server rights & the htaccess is working (if I put "blablabla" at the top, the error message is visible). At the installation the only "errors" are the messages that I should rename e.g. the folder "site-default" to "site". So I did. Then some CHMOD messages, which I did as these messages told me. If there is a page named "processwire", how can I open/start it? I can't find any php file and have tried the following URLs ("wire" and "site" are the only visible folders in the processwire-folder): http://mywebsite.com/processwire-folder/wire/ http://mywebsite.com/processwire-folder/site/ http://mywebsite.com/processwire-folder/admin (which of course doesn't work, since there is no folder or file) http://mywebsite.com/processwire-folder/processwire (which of course doesn't.....) http://mywebsite.com/processwire-folder/wire/admin http://mywebsite.com/processwire-folder/wire/processwire http://mywebsite.com/processwire-folder/site/admin http://mywebsite.com/processwire-folder/site/processwire and so on...nothing works. Do you know where in the .htaccess file is set which folders I can manually open via http? Because it seems that the .htaccess somehow doesn't allow me to open the admin (If I just knew the right URL :-D ). Mh. It was awesome if I could see the admin panel...it's like christmas and I just cannot open the gift :-D Link to comment Share on other sites More sharing options...
nik Posted February 23, 2013 Share Posted February 23, 2013 Did you try this in your .htaccess already? RewriteBase /processwire-folder/ And then try http://mywebsite.com/processwire/ That would be the url if you didn't change it during the install. Link to comment Share on other sites More sharing options...
thomasandman Posted February 23, 2013 Share Posted February 23, 2013 Thank you so much! It works now perfectly! Maybe this three lines are helpful for other "newbies" like me (this is what I've done): 1. find the line "# RewriteBase /" 2. delete the "#" 3. Important: put in the whole URL of your processwire-folder without the "http://" Example for 3.: - My website was http://www.mywebsite.com - Have installed processwire in the folder http://mywebsite.com/test/process - So I've put the following line into the .htaccess file: " RewriteBase /test/process/ " (without the annotations, of course) Again, thank you, nik! 2 Link to comment Share on other sites More sharing options...
Joss Posted February 23, 2013 Share Posted February 23, 2013 Good! Now, go and do the tutorials so you can work out all about pages and templates and template files! http://processwire.com/talk/topic/693-small-project-walkthrough-planets/ and http://wiki.processwire.com/index.php/Basic_Website_Tutorial 1 Link to comment Share on other sites More sharing options...
thomasandman Posted February 24, 2013 Share Posted February 24, 2013 Thanks again! I will read & watch this stuff soon By the way, this forum is awesome "developed", is that made with processwire, too? Link to comment Share on other sites More sharing options...
Joss Posted February 24, 2013 Share Posted February 24, 2013 IP Board. But I have a suspicion someone will try a forum with PW - there is already a discussion module. Maybe a wiki too? Basically, in theory anything can be developed with the system. The problem is with something like a forum, it can take a hell of a lot of time and trouble to maintain, and that is not something to leap into lightly! Link to comment Share on other sites More sharing options...
Pete Posted February 24, 2013 Share Posted February 24, 2013 Indeed - there are so many things to consider in forum software this complex and a lot of it is unnecessary "fluff". They did trim out a lot of rarely-used features a few versions back but have been steadily adding them in again since. I'm hoping with their next major version that they strip out a lot of things and make it more modular like... ummm... ProcessWire Getting back to the idea of building a forum module in ProcessWire there is the discussion module Joss mentions, but when attempting to build forum software you might want to create some custom tables for that when scaling to millions of posts. It's not that you couldn't just throw more server power at it when you get to so many rows of data, it's more that even the posts table for this software has about 30 fields so I would suggest there's a point where that becomes hard to manage. Then there's the additional fields in the topics, users and forums tables, and all told there are something like 60 tables in the software. I've not yet seen forum software that isn't developed by multiple people over many years of work - it's a big undertaking even if you keep things relatively simple. Maybe the current software is a bit bloated, but it does the job I do have an module for this forum software as well that lets you grab member data, topics etc from the forums so you can validate users against forums as an alternative (or complimentary depending on how it's used) to ProcessWire users which is useful for community sites with a forum but I'm still working on making it as easy as possible to install and set up as well as standardising features before it will get released. Link to comment Share on other sites More sharing options...
apeisa Posted February 24, 2013 Share Posted February 24, 2013 What kind of forum you need is all based on the needs of the community. My "built in three hours" discussions module runs nicely on www.martat.fi with almost 100 000 posts (most migrated from old system). Only features people there are missing are quotes and simple writer profiles - both things that I will implement there at some point. But adding 100 000 posts/replies as pages did add little overhead for the site. Especially for some kind of searches (grab a section and find pages under that with full text search). Ryan quickly provided tweaks to core selector engine and the selectors run nicely now. But if I ever rebuild the Discussion module, I probably make it use own tables instead of using pages. Although it is super nice to query the forum posts with the awesome PW api. 1 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