Bludit Admin 404 Not Found!

Post Reply
User avatar
sina
Ssr. Bludit
Posts: 11
Joined: Mon Dec 16, 2019 9:26 am
Has thanked: 2 times
Been thanked: 1 time

Hi
i use Win10 and Laragon for localhost.
after install bludit, it work but i can't access admin panel, i get 404 error not found directory! :(

:?: Does anyone have a solution?

:!: note: before now, i used xampp and i have not any problem, but now i have error with xampp port (port conflict), i decide use laragon for solve this error. but i can't open bludit admin panel.
:arrow: all new and exciting things will happen!
lightmat
Sr. Bludit
Posts: 46
Joined: Fri Feb 21, 2020 10:53 pm

Do not know Laragon, but think that it is because you have chosen NGINX, and there you have to tinker a bit in the configuration. It is described in the Bludit documentation:
https://docs.bludit.com/en/webservers/nginx

If XAMPP has worked flawlessly for you before, I think you should choose that as it is based on Apache, which works right out of the box.
When you get a port conflict, just change the port that is in conflict with another. e.g. port 80 -> port 8080, port 443 -> 4343
Then access your bludit site this way in the address bar:
http://IP-address:8080 or https://IP-address:4343
User avatar
sina
Ssr. Bludit
Posts: 11
Joined: Mon Dec 16, 2019 9:26 am
Has thanked: 2 times
Been thanked: 1 time

lightmat wrote: Sat Dec 26, 2020 12:20 pm Do not know Laragon, but think that it is because you have chosen NGINX, and there you have to tinker a bit in the configuration. It is described in the Bludit documentation:
https://docs.bludit.com/en/webservers/nginx
thanks for replay. i do it, but see error :cry: in reload nginx:
nginx: [emerg] the unix domain sockets are not supported on this platform in upstream "unix:/run/php/php-fpm.sock" in D:/laragon/etc/nginx/site-enabled/bludit.conf:16
tip: and i can't open any page post.

lightmat wrote: Sat Dec 26, 2020 12:20 pm If XAMPP has worked flawlessly for you before, I think you should choose that as it is based on Apache, which works right out of the box.
When you get a port conflict, just change the port that is in conflict with another. e.g. port 80 -> port 8080, port 443 -> 4343
Then access your bludit site this way in the address bar:
http://IP-address:8080 or https://IP-address:4343
yeah i know, but this time it did not happen! Maybe it was because of installing several different software. Anyway, I'm trying different ways. :|
:arrow: all new and exciting things will happen!
User avatar
abdulhalim
Master Bludit
Posts: 128
Joined: Thu Mar 10, 2016 6:25 pm
Location: Bandar Abbas
Been thanked: 4 times
Contact:

Hello Sina,

Before I migrated to Linux I used to use Laragon for 2-3 years on Windows, Actually I used Joomla and Bludit without any problem. There is no problem with these two apps.
But, do you have fresh installation or did you bring your Bludit from XAMPP?

I guess there is a problem in htaccess file, create a copy of your folders/files and remove the htaccess file and then try again.
Post Reply