Hello,
I have this folder on my server and it is clients/uk and I already set up the config.php in the base url too. And I m adding also for the .htaccess file
and when i run it to the browser this is what it goes
can anyone help me figured this out? Any help is appreciated.
I have this folder on my server and it is clients/uk and I already set up the config.php in the base url too. And I m adding also for the .htaccess file
Code:
RewriteEngine On RewriteCond %{REQUEST_URI} ^system.* RewriteCond $1 ^(index\.php|robots\.txt|favicon\.ico|images|js|assets|css) RewriteRule ^(.*)$ /clients/uk/index.php?/$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /clients/uk/index.php?/$1 [L]
Code:
Forbidden You don't have permission to access /clients/uk on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Comment