Skip to content

Url rewrites #14

@rgrasby

Description

@rgrasby

I was very happy to see a replacement for Scotchbox. I use to work with Scotchbox for WordPress sites. I have a WordPress site created using your Vagrant Lamp Stack, but if I turn on WordPress permalinks all pages and posts get broken. If I remove the rewrite rule as seen below in my htaccess file, the posts and page will will load just fine. Any idea as to why URLs with rewrite rules don't work? Thank you.

RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase /news/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /news/index.php [L]

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