You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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]The text was updated successfully, but these errors were encountered: