ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,954
- Points
- 823
Reputation:
I just switched from Apache 2 to Nginx and my rewrites are not working. Main page loads fine, any link is a error 404. Xen Foro is installed in the root directory for the domain.
I have the following added to the virtual host file for my donain in sites-enabled.
Code:
Read more
Continue reading...
I have the following added to the virtual host file for my donain in sites-enabled.
Code:
Code:
location / {
index index.php;
try_files $uri $uri/ /index.php?$uri&$args;
}
location /install/data/ {
internal;
}
location /install/templates/ {
internal...
Read more
Continue reading...