I have been looking through the forums and google for the solution to this and seems like it's a problem that has been covered but nothing I have found works in my situation. I am using hosting form ionos(1and1). I dont get a lot of access to /etc or anything requiring root so allI have is the .htaccess file. The closest to my issue was a forum post here:
I have added everything to the rewrite rule in this htaccess in the portal directory.
I have added RewriteRule /, /portal/, /Portal/, /api/v1/
At the top of the file it says:
# Some hosts may require you to use the `RewriteBase` directive.
# If you need to use the `RewriteBase` directive, it should be the
# absolute physical path to the directory that contains this htaccess file.
The absolute file path is /kunden/homepages/31/d835382402/htdocs/CRM/EspoCRM-7.2.7/public/portal and that doesn't work either.
I think the question is, what goes in that RewriteRule or is the answer just that it doesnt work on ionos?
I have added everything to the rewrite rule in this htaccess in the portal directory.
I have added RewriteRule /, /portal/, /Portal/, /api/v1/
At the top of the file it says:
# Some hosts may require you to use the `RewriteBase` directive.
# If you need to use the `RewriteBase` directive, it should be the
# absolute physical path to the directory that contains this htaccess file.
The absolute file path is /kunden/homepages/31/d835382402/htdocs/CRM/EspoCRM-7.2.7/public/portal and that doesn't work either.
I think the question is, what goes in that RewriteRule or is the answer just that it doesnt work on ionos?
Comment