An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# generator-wordpress-htaccess

Yeoman Generator to generate a WordPress .htaccess file.

[![Ko-Fi](https://srv-cdn.himpfen.io/badges/kofi/kofi-flat.svg)](https://ko-fi.com/brandonhimpfen)   [![PayPal](https://srv-cdn.himpfen.io/badges/paypal/paypal-flat.svg)](https://paypal.me/brandonhimpfen)   [![Stripe](https://srv-cdn.himpfen.io/badges/stripe/stripe-flat.svg)](https://donate.stripe.com/cN2eYF2Ka2GwfgQ3cd)   [![X](https://srv-cdn.himpfen.io/badges/twitter/twitter-flat.svg)](https://x.com/brandonhimpfen)   [![Facebook](https://srv-cdn.himpfen.io/badges/facebook-pages/facebook-pages-flat.svg)](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
```