Can’t instal stolon/monaco #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I can’t get monaco branch work: the redirection to a new stem nem is done in the URL bar, but a 404 is displayed. This is from a fresh stolon copy, on the monaco branch. I have no idea what happens.
Hmm. Multiple thinks seem to go wrong on a fresh install…
Need to dig further.
Which PHP version were you running?
I am running 8.3.6
Should be way enough. The problem(s) is(are) elsewhere.
I am doing more tests and get back to you.
I starts being more clear: HTTPS lines in .htaccess seam to cause a first issue:
This line does not avoid redirecting on my dev URL. As I dev on http://dev.stolon, I had to add this line:
RewriteCond %{HTTP_HOST} !=dev.stolonThis doesn’t solve the issue on localhost, even if I start a server with
php -S localhost:3000, I always get a 404.But what ~works, is on my
dev.stolon, a white, empty HTML page is displayed without error. That is where I am!mentioned in issue #30
Yep. As .htaccess and redirects are involved at multiple levels (and part of the magic!), thinks can go wrong at some points.
As I mentionned in #30, RewriteBase might be another issue…
RewriteBase was the thing from the begining! So to make it work, I have in .htaccess: