We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after followed General Steps run the localhost/leantime then it only changed the url to localhost/install and showing 404 not found error.
The text was updated successfully, but these errors were encountered:
After installing in localhost, update in config/settings.php `public function getBaseURL () {
$protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) ? "https://" : "http://"; $domainName = $_SERVER['HTTP_HOST'].''; return $protocol.$domainName.'/{folder_name}'; }`
Sorry, something went wrong.
In public/.htaccess file there are lines which could be altered without https:
RewriteCond %{HTTP:X-Forwarded-Proto} =http RewriteRule .* http://%{HTTP:Host}%{REQUEST_URI} [L,R=permanent]
Check out Nginx.conf template.
No branches or pull requests
after followed General Steps run the localhost/leantime then it only changed the url to localhost/install and showing 404 not found error.
The text was updated successfully, but these errors were encountered: