Jump to content


Photo

What is the admin login URL?


  • Please log in to reply
25 replies to this topic

#1 ryan

ryan

    Hero Member

  • Administrators
  • 5,812 posts
  • 3142

  • LocationAtlanta, GA

Posted 16 December 2010 - 12:47 PM

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. :)

#2 tinacious

tinacious

    Full Member

  • Members
  • PipPipPip
  • 66 posts
  • 33

  • LocationToronto, Canada

Posted 26 March 2012 - 04:19 PM

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.

#3 MadeMyDay

MadeMyDay

    Sr. Member

  • Members
  • PipPipPipPip
  • 139 posts
  • 125

Posted 26 March 2012 - 04:32 PM

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.

#4 netcarver

netcarver

    Sr. Member

  • Members
  • PipPipPipPip
  • 428 posts
  • 341

  • LocationUK

Posted 26 March 2012 - 04:35 PM

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.
Steve ☧

#5 tinacious

tinacious

    Full Member

  • Members
  • PipPipPip
  • 66 posts
  • 33

  • LocationToronto, Canada

Posted 26 March 2012 - 09:48 PM

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! :lol:

#6 netcarver

netcarver

    Sr. Member

  • Members
  • PipPipPipPip
  • 428 posts
  • 341

  • LocationUK

Posted 27 March 2012 - 11:20 AM

Hi tinacious,

Glad you got that working thanks to MakeMyDay's post.
Steve ☧

#7 ryan

ryan

    Hero Member

  • Administrators
  • 5,812 posts
  • 3142

  • LocationAtlanta, GA

Posted 01 January 2013 - 10:53 AM

The ProcessWire 2.3 installer now lets you set the admin URL as part of the install process.

#8 woop

woop

    Jr. Member

  • Members
  • PipPip
  • 16 posts
  • 4

Posted 02 January 2013 - 05:10 AM

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.

#9 DaveP

DaveP

    Sr. Member

  • Members
  • PipPipPipPip
  • 287 posts
  • 138

  • LocationChorley, UK

Posted 02 January 2013 - 07:28 AM

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?).
Twitter : Facebook : GitHub : G+ : Blog : Powered by C8H10N4O2 and C10H14N2

#10 ryan

ryan

    Hero Member

  • Administrators
  • 5,812 posts
  • 3142

  • LocationAtlanta, GA

Posted 04 January 2013 - 10:46 AM

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.

#11 Poddy

Poddy

    Newbie

  • Members
  • Pip
  • 2 posts
  • 0

Posted 10 January 2013 - 02:39 AM

./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.



#12 arjen

arjen

    Sr. Member

  • Members
  • PipPipPipPip
  • 340 posts
  • 126

  • LocationHoogeveen, The Netherlands

Posted 10 January 2013 - 03:56 AM

Does the front-end do work?
work will always be the curse of the drinking classes...

#13 Poddy

Poddy

    Newbie

  • Members
  • Pip
  • 2 posts
  • 0

Posted 10 January 2013 - 05:00 AM

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.



#14 nik

nik

    Sr. Member

  • Members
  • PipPipPipPip
  • 204 posts
  • 332

  • LocationTampere, Finland

Posted 10 January 2013 - 05:09 AM

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".


My modules: Selector Test | After Save Actions | References Tab ~ Other: Tests for ProcessWire core (work in progress)

#15 ryan

ryan

    Hero Member

  • Administrators
  • 5,812 posts
  • 3142

  • LocationAtlanta, GA

Posted 10 January 2013 - 08:35 AM

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. 



#16 thomasandman

thomasandman

    Newbie

  • Members
  • Pip
  • 4 posts
  • 1

Posted 22 February 2013 - 08:00 PM

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 :)



#17 Joss

Joss

    Hero Member

  • Members
  • PipPipPipPipPip
  • 977 posts
  • 667

  • LocationStony Stratford, UK

Posted 22 February 2013 - 08:23 PM

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?


Be nice - I am not a proper programmer and haven't the foggiest idea of what Soma/Apeisa/Ryan/et al are talking about.
Website Dev: http://www.stonywebsites.co.uk
Music Composition: http://www.dancingbear.co.uk
Writing: http://www.sanglier.co.uk


#18 thomasandman

thomasandman

    Newbie

  • Members
  • Pip
  • 4 posts
  • 1

Posted 23 February 2013 - 10:15 AM

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...re-folder/wire/

http://mywebsite.com...re-folder/site/

http://mywebsite.com...-folder/admin   (which of course doesn't work, since there is no folder or file)

http://mywebsite.com...r/processwire   (which of course doesn't.....)

http://mywebsite.com...lder/wire/admin

http://mywebsite.com...ire/processwire

http://mywebsite.com...lder/site/admin

http://mywebsite.com...ite/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



#19 nik

nik

    Sr. Member

  • Members
  • PipPipPipPip
  • 204 posts
  • 332

  • LocationTampere, Finland

Posted 23 February 2013 - 10:35 AM

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.
My modules: Selector Test | After Save Actions | References Tab ~ Other: Tests for ProcessWire core (work in progress)

#20 thomasandman

thomasandman

    Newbie

  • Members
  • Pip
  • 4 posts
  • 1

Posted 23 February 2013 - 02:45 PM

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! :-)






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users