Clean urls - multiple joomla on same Nginx

Need help installing Joomla! 3.x? For all Joomla! 3.x installation issues please use this forum.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
ryanpearl
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Oct 31, 2018 8:48 am

Clean urls - multiple joomla on same Nginx

Post by ryanpearl » Wed Oct 31, 2018 9:00 am

i have set up two joomlas on the same Nginx server
joomla1 on /html/
joomla2 on /html/joomla2

when i setup Clean urls on Nginx.conf

location / {
root /usr/local/nginx/html;
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$args;
}

problem come out:
at joomla2 ,the Clean urls fails, all lead to 404 page.
how can i config Nginx.conf? or how to support Clean urls on joomla2 . please advise. thanks dude.

Locked

Return to “Installation Joomla! 3.x”