Skip to content

Friendly url support #1

Description

@Dvornik

Hi! Can i add friendly url support?

The dynamic url is: http://host.com/?dir=directory/subdirectory

What I want: http://host.com/directory/subdirectory

I read documentation and wrote following rule in .htaccess:

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^([\/\A-Za-z0-9-]+)/?$  /?dir=$1 [L]

It works fine in this tester http://htaccess.madewithlove.be/ but not on directory listener. I think I need reversed rule. Could you explain me, how I can solve this problem, please?

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