Frontend text only and admin panel is wrong link #3324
-
Hi. I got YOURLS to work properly (almost) on my VPS, but I'm having small problems I don't know how to fix. First, the front end has no graphics or lay out. It looks like this: Second, the "Admin Interface" link is not pointing to the correct sub-folder, which is "shop". Instead, it directs me directly to my wp-admin backend. So, it should be https://domain.com/shop/admin/index.php, but instead it's https://domain.com/admin/index.php... Also, I turned on debuging and reloaded the YOURLS frontend, and this is what it gave me... I have no idea what the glitch is. I can't see any errors... (is it permission errors? Is so, what to do?)
How can I fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Make sure your webserver is configured correctly for YOURLS in a subdirectory (e.g. for Apache, like this) and that |
Beta Was this translation helpful? Give feedback.
Make sure your webserver is configured correctly for YOURLS in a subdirectory (e.g. for Apache, like this) and that
YOURLS_SITE
in yourconfig.php
points to the location of YOURLS (https://domain.com/shop
).