|
Hi, I'm struggling to deploy wordplate with apache. I tried to set the public folder as root in a .htaccess file. RewriteEngine On I can access to the website, but the assets are not loaded... Can anyone help me ? Thx |
Answered by
vinkla
Aug 20, 2021
Replies: 2 comments
|
I would recommend to use a hosting provider where you can set the document root of your project such as Fortrabbit or Laravel Forge. Another option is to edit the Apache configuration instead of |
0 replies
Answer selected by
vinkla
|
@iroshiva You should probably take a look at WordPress guidelines re .htaccess. Your RewriteRule was missing index.php for starters. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would recommend to use a hosting provider where you can set the document root of your project such as Fortrabbit or Laravel Forge. Another option is to edit the Apache configuration instead of
.htaccessfile.