Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong site url, 404 on default page #134

Closed
diego-betto opened this issue Oct 15, 2020 · 1 comment
Closed

Wrong site url, 404 on default page #134

diego-betto opened this issue Oct 15, 2020 · 1 comment
Labels
bug Something isn't working the way it was designed high
Milestone

Comments

@diego-betto
Copy link

Hi,

It seems that you use ABSPATH to get "root" folder for example here

But if you have installed WordPress in a sub-folder and you use rewrite + index.php in the root folder with this change (added site/)

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/site/wp-blog-header.php' );

ABSPATH will return a wrong path.
Please check get_home_path().

@supernation supernation added bug Something isn't working the way it was designed high labels Nov 18, 2020
@supernation supernation added this to the 2.1.3 milestone Nov 18, 2020
@supernation supernation modified the milestones: to be planned, 2.1.4 Dec 14, 2020
ajeetku added a commit that referenced this issue Dec 18, 2020
#134 if not exists file than  use get_home_path
ajeetku added a commit that referenced this issue Dec 18, 2020
@ajeetku
Copy link
Contributor

ajeetku commented Dec 18, 2020

Solution Released in Version 2.1.4

@ajeetku ajeetku closed this as completed Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working the way it was designed high
Projects
None yet
Development

No branches or pull requests

3 participants