How can I access "concrete/" directly in C5's hosting server?
Permalink
I need to change the login.php which should be below the "concrete" folder.
I see it in the downloaded package but I can't see it in C5's hosting server.
Could you tell me where it is?
Best,
I see it in the downloaded package but I can't see it in C5's hosting server.
Could you tell me where it is?
Best,
it's in concrete/concrete/single_pages/login.php
Thanks for you quick reply.
Actually, I am using server C5 is hosting.
They have set all environment for me, including C5 installation.
In this case, I can't find the file that I usually find in the directly you mentioned.
Actually, I am using server C5 is hosting.
They have set all environment for me, including C5 installation.
In this case, I can't find the file that I usually find in the directly you mentioned.
I didn't knew they shutoff the normal concrete directory. Nice to know.
But you could download the installation package. Get the login.php file from there and load it into your own single_pages directory.
If you are altering functions in that page you should also copy the controller from that package to the controllers directory.
But you could download the installation package. Get the login.php file from there and load it into your own single_pages directory.
If you are altering functions in that page you should also copy the controller from that package to the controllers directory.
I can download the installation package, but I can't load it up because I don't know where the login.php is stored in the C5's hosting server...
Anyway, thanks for explanation about the controller
Anyway, thanks for explanation about the controller
it will overwrite whatever is in the core on the server.
And if you need to change the way the code behind login works, you'd copy the login controller from concrete/controllers/login.php to controllers/login.php as well.
I could change the login page.
Thanks for your advise!!
Thanks for your advise!!