You need to move your website files from htdocs/CV/
to simply htdocs/
, then use the rewrite rule Admin posted on this article:
RewriteEngine On
RewriteRule (.*) /public/$1 [L]
on a file named .htaccess
inside the htdocs folder.
You need to move your website files from htdocs/CV/
to simply htdocs/
, then use the rewrite rule Admin posted on this article:
RewriteEngine On
RewriteRule (.*) /public/$1 [L]
on a file named .htaccess
inside the htdocs folder.