You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
i have want to run wordpress on root so i have the below
static_files: /\1
upload: /..(htm|html|css|js)$
application_readable: true
static_files: /wp-content/\1
upload: /wp-content/..(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$
application_readable: true
static_files: /\1
upload: /..(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$
application_readable: true
static_files: /wp-includes/images/media/\1
upload: /wp-includes/images/media/..(ico|jpg|jpeg|png|gif|woff|ttf|otf|eot|svg)$
but css , js files are not loading
The text was updated successfully, but these errors were encountered: