MatthewSchenker Posted November 5, 2012 Share Posted November 5, 2012 Greetings, I've been reading and learning all I can find about ProcessWire. I have actually followed developments here for about a year, but am finally diving in formally now. Very impressed with the CMS and the community! I've been using Joomla (with Seblod CCK) for a couple of years, as well as CodeIgniter. But I get a feeling Processwire is the thing I've been looking for. OK, I'm having a bit of an issue. Probably a silly mistake on my part. After going through the installation process, I'm getting a "404 Not Found" error when I go to the admin login page. My (temporary) domain is this -> http://50.22.43.59/~racc/ And I went here to log in -> http://50.22.43.59/~racc/processwire/ Can someone explain this? Very eager to get started! Thanks, Matthew Link to comment Share on other sites More sharing options...
diogo Posted November 5, 2012 Share Posted November 5, 2012 Hi and welcome! First thing would be checking if you have mod_rewrite enabled, but if you didn't get that error during the install, it must be. Second thing would be changing the Apache directive AllowOverride from None to All http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride. The file where you have to do this depends on the operative system. 2 Link to comment Share on other sites More sharing options...
MatthewSchenker Posted November 5, 2012 Author Share Posted November 5, 2012 Greetings, Thanks diogo, but I don't know where I would make that change. Would I add this as a line in my .htaccess file? Or does this directive have to be declared elsewhere? I'm actually getting a "404" error on most pages of the sample site, not just the Admin login page. Thanks, Matthew Link to comment Share on other sites More sharing options...
apeisa Posted November 5, 2012 Share Posted November 5, 2012 It probably requires RewriteBase to be set. See this line and comment above it: https://github.com/ryancramerdesign/ProcessWire/blob/master/htaccess.txt#L76 So edit your .htaccess and add this line on line 77: RewriteBase /~racc/ 1 Link to comment Share on other sites More sharing options...
netcarver Posted November 5, 2012 Share Posted November 5, 2012 Hi Matthew & welcome to the forum. Looks like apeisa got there with a suggestion first so I'll just add: here is some additional reading on the matter. 1 Link to comment Share on other sites More sharing options...
MatthewSchenker Posted November 5, 2012 Author Share Posted November 5, 2012 Greetings, Aha...Yes! That solved it. Now that you turned my attention to that section of the .htaccess file, I see it states that there might be problems with "temporary" sites with a "~" in the URL. Hey, while I was there I corrected a typo om line 70: changed "aern't" to "aren't"! See, I'm being helpful already (sarcasm on). Thank you for the quick help everybody! Matthew EDIT: I just voted for ProcessWire at the Critics Choice CMS Awards. Even just what I have seen in recent days tells me I have found the right thing. Don't know how I went this long without knowing about ProcessWire. 3 Link to comment Share on other sites More sharing options...
ryan Posted November 5, 2012 Share Posted November 5, 2012 Hey, while I was there I corrected a typo om line 70: changed "aern't" to "aren't"! Thanks for finding it. I am correcting the master copy here. Link to comment Share on other sites More sharing options...
bruno22 Posted February 19, 2013 Share Posted February 19, 2013 Help me please!! I can't solve this error 404!! the process wire's installation works fine but I can't acess to the tools ( Link to comment Share on other sites More sharing options...
diogo Posted February 19, 2013 Share Posted February 19, 2013 Hi Bruno! Did you try all the suggestions on this post and the posts that netcarver linked to? 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