I have my dev site running in a sub-directory and I do have RewriteBase configured in the .htaccess to point to that sub-directory. However, links within site pages that go to things like "/some/thing.html"
end up not working because they go to localhost/some/thing.html
instead of localhost/backdrop/some/thing.html
.
Is this the expected behavior?
Comments
It's a very long time since I did development like that - most of my development is in Lando so I get a different base URL for each site.
Two thoughts come to mind:
settings.php
? That may help in defining the site root..htaccess