Skip to content

File .htaccess Missing from Folder /public #3

@deminy

Description

@deminy

File .htaccess file is missing, causing most admin page not accessable except the home page (/index.php).

The file is simple, and I believe you already have one. However, in case anyone wants to use this tool before it's updated, here is the .htaccess file I'm using:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^ /index.php [L]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions