-
|
Hi, Lets say I access this subpage with www.example.com/subpage Also can I host a wordpress site next to Yourls? Any help is appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Start with the FAQ: https://yourls.org/#FAQ;htaccess YOURLS needs its own |
Beta Was this translation helpful? Give feedback.
-
|
I have wordpress and yourls on the same machine (a raspberrypi4) under the same domain. I installed yourls under /short, and wordpress under /blog. I haven't had any issues. |
Beta Was this translation helpful? Give feedback.
Start with the FAQ: https://yourls.org/#FAQ;htaccess
YOURLS needs its own
.htaccessfile, but if you're installing it in/yourls/that's not an issue. Note that you won't have short URLs likesomedoma.in/short, but rathersomedoma.in/yourls/short. YOURLS won't be called for anything outside/yourls, so you won't have a conflict. Even if it did, the sample.htaccesssnippets you get with YOURLS will only check for a short URL if the path doesn't exist on the server.