Hi guys. I need help with routing in a php project.
I've a wappler application in root folder, but i want to install a wordpress blog in a subdirectory named /blog. I not sure how configure ruel in Routing panel to allow /blog directory visible. I can access wp-admin pages but not index or other pages outside wp-admin. Can you help me please? Regards
I do not think that the routing needs to be modified. After all, WordPress has a completely different system where permalinks play a role.
In theory, all that is required is to link the navigation item to the sub-directory as in
https://example.com/blog/
1 Like
As @ben very well said, there is nothing to be difficult with routing using a subdirectory...
You can define the details on the route properties.
What I'm wondering of how to implement ("install") is this:
Correct Ben!
I'm sorry, i've yet a previous route in project pointing to /blog directory blocks wp.
I delete this route and wp works fine in a Subdirectory