Skip to content

000-default.conf + htaccess, rewrite #124

@boxxroom

Description

@boxxroom

Not sure if this to be an issue or just a configuration, however, in order for the server to honour the .htaccess file within the /app (or server root) directory I had to edit the 000-default.conf file found in /etc/apache2/sites-available/000-default.conf specifically the <Directory ... tag for the DocumentRoot. Just to add this is when using an OctoberCMS installation.

<VirtualHost *:80>
        ServerAdmin webmaster@localhost

        DocumentRoot /var/www/html
        <Directory /var/www/>
        ...

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