Bludit and Caddy Server

Post Reply
everton3x
Jr. Bludit
Posts: 1
Joined: Fri Jul 01, 2016 6:54 pm

I'm trying to use the bludit with Caddy Server (and PHP).
The initial page is loaded, but the adminstration page returns 404.
The problem is that the Caddy Server does not support the URL Rewrite format with .htaccess, but has an own module URL Rewrite.
I'm not able to translate the .htaccess rules to the configuration file.
Has anyone done this Ouja used the Bludit with Caddy Server?
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Hi,
I never use Caddy Server, but I was reading and it's similar to Nginx, can you try this configuration.

https://docs.bludit.com/en/web-servers/nginx

You need to route all PHP request to the index.php, similar to Wordpress.

Regards
Diego
User avatar
jmonroe
Sr. Bludit
Posts: 38
Joined: Mon Feb 22, 2016 8:06 am
Location: USA
Contact:

everton3x wrote:I'm trying to use the bludit with Caddy Server (and PHP).
The initial page is loaded, but the adminstration page returns 404.
The problem is that the Caddy Server does not support the URL Rewrite format with .htaccess, but has an own module URL Rewrite.
I'm not able to translate the .htaccess rules to the configuration file.
Has anyone done this Ouja used the Bludit with Caddy Server?
What do you have for your caddyfile so far? I am working on it right now.
Post Reply