Skip to content

GoDaddy Hosting htaccess issue and solution? #104

@yusufyilmaz

Description

@yusufyilmaz

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions