This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

new.kumar905274
new.kumar905274

Hello, Octobercms backend not found. display 404 error. Not Found The requested URL /octcms/backend was not found on this server.

But, Octobercms site working well.

jchild45
jchild45

I am having this same issue. I just finished installing OctoberCMS and after it finishes I try to open up the backend link it provided and gave me a 404 error.

Also i looked through the actual files and there was no folder or file named "backend". Am I missing something?

Mohsin
Mohsin

There will be no folder called backend, this is done internally as routes in the file /app/config/cms.php under Back-end URI prefix section. Your problem could be either that your server ignores htaccess (which means you'll need to figure out how to enable it) or it requires additional configuration, for which follow these steps: ssh into your web server. Type vim .htaccess

Now goto the 12th line which has #RewriteBase / Remove the # and change it as RewriteBase /sub-directory-name-goes-here.

Now press Esc then type :wq and hit enter. Retry in browser and see. It should be fixed

Last updated

encounterjourney12377
encounterjourney12377

backend wont work SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

yozDev
yozDev

@jchild45 did you find a solution?

pramit.acharya2721921
pramit.acharya2721921

backend url display 404 error. i have checked all files .htaccess, cms.php, rewrite mode though there can be something missing and i also edited these files. it shows 404 error. plz help.

Mohsin
Mohsin

pramit.acharya2721921 said:

backend url display 404 error. i have checked all files .htaccess, cms.php, rewrite mode though there can be something missing and i also edited these files. it shows 404 error. plz help.

Did you check your server configuration? There may be an issue there.

daftspunky
daftspunky
  1. Configure Apache mod_rewrite
a2enmod rewrite
  1. Add the following code to /etc/apache2/sites-available/default
AllowOverride All
  1. Restart apache
/etc/init.d/apache2 restart
kiszna991723396
kiszna991723396

@new.kumar905274 change the requested url to 'backendUri' => 'backend' .This worked for me

jaans
aaron23208
aaron23208

I'm using AWS running Amazon Linux. After initial install none of the sub pages in the default october demo worked - including /backend. The issue for me was in httpd.conf.

sudo nano /etc/httpd/conf/httpd.conf

Around line 151 change:

AllowOverride None

To this:

AllowOverride All

More generically I think you would need to find you httpd.conf file on you linux-box and apply the same change to the directive that refers to your website root.

endi.linux.mint51510
endi.linux.mint51510

I recently experienced the same problem. The .editorconfig, .env, .gitattributes, .gitignore, .htaccess files are LOST! After I upload to the server. Shown by this picture: http://prntscr.com/pz2gef

Flynsarmy
Flynsarmy

They're not lost, just hidden.

idea2list52963
idea2list52963

Hello. When installing CMS, I specified the path to the admin-panel "cpanel". After installation, there were no problems with authorization in ... / cpanel. After installing the translate plugin and possibly some of my actions during authorization in the admin-panel (... / cpanel), the following https://prnt.sc/qrqxgs login page occurs ... / cpanel not only is displayed, but authorization also takes place https://prnt.sc/qrqxzt but after authorization, instead of displaying the dmin-panel page, the problem shown in the screenshot.

1-14 of 14

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.