Skip to content
New issue

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

GoDaddy Hosting htaccess issue and solution? #104

Open
yusufyilmaz opened this issue Apr 21, 2016 · 0 comments
Open

GoDaddy Hosting htaccess issue and solution? #104

yusufyilmaz opened this issue Apr 21, 2016 · 0 comments

Comments

@yusufyilmaz
Copy link

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant