Raised This Month: $51 Target: $400
 12% 

Issue webpanel 2.0.1 problems and feature request


Post New Thread Reply   
 
Thread Tools Display Modes
braak0327
AlliedModders Donor
Join Date: Dec 2012
Location: NORT....SOUTH KOREA
Old 02-13-2016 , 19:37   Re: webpanel 2.0.1 problems and feature request
Reply With Quote #11

Quote:
Originally Posted by good_live View Post
I just tried to install the webpanel. Everything worked fine, but in the end it turned weird There seems to be a Problema problem with the redirection. Im able to access the normal site, but when i would like too proceed to the admin / user panel, i get a directed to: https://store.mytld.eu/webpanel and Nginx says Not Found :/
try https://store.mytld.eu/webpanel/public/index.php or https://mytld.eu/webpanel/public/index.php

I don't know what name of folder you use

In my case bbagwang.com/store is appear same error like you but if use bbagwang.com/store/public/index.php it works great

try *storeinstalleddir*/public/index.php
__________________
I'M KIMCHI
braak0327 is offline
Send a message via Skype™ to braak0327
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 02-13-2016 , 21:40   Re: webpanel 2.0.1 problems and feature request
Reply With Quote #12

Try adding that to your nginx site config:
Code:
    location / {
        try_files $uri $uri/ /index.php?$query_string;
    }
__________________
Arrow768 is offline
good_live
AlliedModders Donor
Join Date: Oct 2013
Old 02-14-2016 , 04:40   Re: webpanel 2.0.1 problems and feature request
Reply With Quote #13

Quote:
Originally Posted by Arrow768 View Post
Try adding that to your nginx site config:
Code:
    location / {
        try_files $uri $uri/ /index.php?$query_string;
    }
Thanks that worked fine.
good_live is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode