Skip to content

404: The requested URL was not found on this server for shortened URLs #3809

Answered by tcreek
tcreek asked this question in Q&A
Discussion options

You must be logged in to vote

This may have been the same error, but the troubleshooting steps and documentation was not helpful.
I am clueless on ll this redirect stuff, and most of of all the other settings, but your server fault link was slightly useful, though did not solve the issue.

There was a mention of <Directory> in the site configuration which I did not have. Doing some research on that I was able to come up with a configuration which made it work.

In the virtual site configuration, and site SSL configuration, I needed to add:

<Directory /var/www/html/lindo.ws>
    Options Indexes FollowSymLinks
    AllowOverride All
    Require all granted
</Directory>

Maybe you can add something like that to the document…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@dgw
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by dgw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants