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

File .htaccess Missing from Folder /public #3

Closed
deminy opened this issue Aug 11, 2013 · 2 comments
Closed

File .htaccess Missing from Folder /public #3

deminy opened this issue Aug 11, 2013 · 2 comments

Comments

@deminy
Copy link

deminy commented Aug 11, 2013

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]

@PeeHaa
Copy link
Owner

PeeHaa commented Aug 11, 2013

I've set it up as a virtual host myself and have set up URL rewriting in there.

The project really needs an Installation section where this is described along with the above alternative, because not everybody has access to the webserver's config.

@PeeHaa
Copy link
Owner

PeeHaa commented Dec 10, 2013

Installation notes are added and a default .htaccess file has also been added.

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

No branches or pull requests

2 participants