wordpress-project icon indicating copy to clipboard operation
wordpress-project copied to clipboard

Generic project structure for WordPress website industrialisation.

Results 8 wordpress-project issues
Sort by recently updated
recently updated
newest added

I just discovered that awesome plugin, might be interesting to use it : https://github.com/wp-sync-db/wp-sync-db. Look at this repo for CLI integration: https://github.com/wp-sync-db/wp-sync-db-cli/blob/master/class/wpsdb-cli.php

enhancement

WP-Rocket plugin use a specific `.htaccess` file to handle minification which is: ``` Apache allow from all RewriteEngine on # You may need RewriteBase on some servers #RewriteBase /min #...

bug
help wanted

Sometimes during evolution development, the database is updated with new fields, new values that must be populated in the remote one. We need to have a script which can synchronize...

enhancement

Some wordpress attacks rely on php files created in the uploads folder. Just add a .htaccess to disable their execution! cc @BoiteAWeb #wplyon

security

WordPress is installed automatically, so the file permissions must be set accordingly. - wp-config.php: `400` or `440` or `444` - files + directory: view on WordPress Codex

enhancement
security

For the moment, the user need to duplicate / create the build configurations from SAMPLE files. It can be useful to request user input and generate theses files if they...

enhancement

Maybe we can use SSH, SFTP, FTP or other things to automate deployment.

enhancement

When you are in a development process, you sometimes need to retrieve the last published contents. It can be powerful to extract the content from production (picture / text) and...

enhancement