Skip to content
WJunction - Webmaster Forum

Other Install juicycode, nulled

Status
Not open for further replies.

3 comments

downgrade to php 7.0, also have ioncube installed.
also have the nginx rewrite rules
Code:
location @addslash {
    return 301 $uri/;
}

location ~ ^([^.\?]*[^/])$ {
    try_files $uri @addslash;
}

location / {
    try_files $uri $uri/ /index.php?$query_string;
}

location /admin {
    try_files $uri $uri/ /admin/index.php?$query_string;
}

php 7.2 didn't work for me.
 
Status
Not open for further replies.

About the author

P
New Member · Joined
4
Messages
0
Reactions
1
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom