Skip to content

Commit

Permalink
Revert ".htaccess: Ensure adequate file permissions"
Browse files Browse the repository at this point in the history
This reverts commit 0e2b031.
  • Loading branch information
mcsf committed Dec 12, 2024
1 parent 0e2b031 commit 4b89664
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/env/lib/wordpress.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ echo 'RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]'
echo 'RewriteRule . index.php [L]'
)`
);

setupCommands.push( 'chmod 0644 /var/www/html/.htaccess' );
}

// WordPress versions below 5.1 didn't use proper spacing in wp-config.
Expand Down

0 comments on commit 4b89664

Please sign in to comment.