This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
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.
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?
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
backend wont work SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
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.
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.
- Configure Apache mod_rewrite
a2enmod rewrite
- Add the following code to /etc/apache2/sites-available/default
AllowOverride All
- Restart apache
/etc/init.d/apache2 restart
@new.kumar905274 change the requested url to 'backendUri' => 'backend' .This worked for me
https://www.digitalocean.com/community/tutorials/how-to-install-octobercms-on-a-vps-running-ubuntu-14-04 i resolve some problem with this
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
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
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