Skip to content

Htaccess issue #46

@ThraaxSession

Description

@ThraaxSession

Hi,

I'm not sure this project is still up... But I've got a little issue with my Htaccess file.

The Ginatra server is running on my web hoster localhost:64881 by running the Ginatra gem. So I try a redirect from my webspace to the server.

The Htaccess file looks like this:

RewriteEngine On
RewriteBase /
RewriteRule (.*) http://localhost:64881/$1 [P,L]

But when I open the site it shows only: Not Found: /

Do you know, what I do wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions