https://github.com/brandonhimpfen/generator-wordpress-htaccess
Yeoman Generator to generate a WordPress .htaccess file.
https://github.com/brandonhimpfen/generator-wordpress-htaccess
generator-wordpress-htaccess htaccess wordpress yeoman-generator
Last synced: 3 months ago
JSON representation
Yeoman Generator to generate a WordPress .htaccess file.
- Host: GitHub
- URL: https://github.com/brandonhimpfen/generator-wordpress-htaccess
- Owner: brandonhimpfen
- License: mit
- Created: 2016-07-06T18:33:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-04T02:59:36.000Z (about 1 year ago)
- Last Synced: 2025-06-30T01:38:17.249Z (12 months ago)
- Topics: generator-wordpress-htaccess, htaccess, wordpress, yeoman-generator
- Language: JavaScript
- Homepage: https://linktr.ee/brandonhimpfen
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-wordpress-htaccess
Yeoman Generator to generate a WordPress .htaccess file.
[](https://ko-fi.com/brandonhimpfen) [](https://paypal.me/brandonhimpfen) [](https://donate.stripe.com/cN2eYF2Ka2GwfgQ3cd) [](https://x.com/brandonhimpfen) [](https://www.facebook.com/himpfen)
## Install
```
npm install -g generator-wordpress-htaccess
```
## Usage
```
yo wordpress-htaccess
```
If you generate the .htaccess file in a directory that is not the directory where your WordPress installed, you will need to move the .htaccess file.
```
mv .htaccess /path/to/wordpress
```