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
Hi All,
I have installed the openLab on my godaddy shared hosting. When I try to login in my olab installation I was getting an error No inputfile specified
No inputfile specified
so I have looked up for htacess file and I saw on line 19 RewriteRule .* index.php/$0 [PT]
RewriteRule .* index.php/$0 [PT]
This was not working on goddaddy and I changed the lines as follow and worked like a charm. Is it ok to use it like this?
RewriteRule .* index.php?$0 [PT]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi All,
I have installed the openLab on my godaddy shared hosting. When I try to login in my olab installation I was getting an error
No inputfile specified
so I have looked up for htacess file and I saw on line 19
RewriteRule .* index.php/$0 [PT]
This was not working on goddaddy and I changed the lines as follow and worked like a charm. Is it ok to use it like this?
RewriteRule .* index.php?$0 [PT]
The text was updated successfully, but these errors were encountered: