We have few websites that are using ~/public_html/public as home directory instead of public_html on its own.
How the web developer does this is through htaccess file.
RewriteRule ^(.*)$ public/$1
Any though on work around for this?
We have few websites that are using ~/public_html/public as home directory instead of public_html on its own.
How the web developer does this is through htaccess file.
RewriteRule ^(.*)$ public/$1
Any though on work around for this?
and of course as soon as I post this after living with issue I find solution.
RewriteRule ^.well-known/acme-challenge/ - [L]
This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.