diff --git a/.htaccess b/.htaccess index 1890fea..720af4d 100644 --- a/.htaccess +++ b/.htaccess @@ -30,3 +30,8 @@ RewriteRule ^domains/[^/]+/(.+[^/])$ /$1/ [R] # subdomeny - spravne presmerovani pri chybejicim / RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^subdom/[^/]+/(.+[^/])$ /$1/ [R] + +# Route /cv to index.php for CV view +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^cv/?$ index.php [L,QSA]