File not found when trying to go to a shortened link #97
Answered
by
uddernica
uddernica
asked this question in
Help wanted
-
How Shlink is set-up
Summarylocation / { In the root folder there is no file index.php and that's why I have no shortcut links, when I try to follow a shortcut link writes "File not found. |
Beta Was this translation helpful? Give feedback.
Answered by
uddernica
Jan 5, 2023
Replies: 0 comments 1 reply
-
Problem solved! I am using the Hestia control panel and chose the Web Template NGINX LARAVEL this solved the problem. `server {
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
acelaya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem solved! I am using the Hestia control panel and chose the Web Template NGINX LARAVEL this solved the problem.
`server {
listen 1.0.0.1:443 ssl http2;
server_name doma.in ;
root /home/traffic/web/doma.in/public_html/public;
index index.php index.html index.htm;