Open
Description
- I'm exploring how I can merge vitepress with Laravel
- I have configured Laravel to respond to https://example.com/laravel and copied all of vitepress
dist
into the root of the domain - So, when I visit https://example.com, I see vitepress
- I navigate to https://example.com/laravel, and expected to see the Laravel page, but instead see vitepress' 404
- If I were to press
ctrl + F5
orctrl + shift + R
, I was able to break out of vitepress' 404 page and see Laravel's HTML - I double checked by running
curl https://example.com/laravel
, I see the HTML belongs to the Laravel page - So strictly speaking, I believe Apache is configured correctly
- What would be great is if there is a way for vitepress to let
/laravel
(and others) through to the server, but still be able to run offline
Possible?
Metadata
Metadata
Assignees
Labels
No labels