Title: htaccess wordpress plugin?
Last modified: August 19, 2016

---

# htaccess wordpress plugin?

 *  [dubcanada](https://wordpress.org/support/users/dubcanada/)
 * (@dubcanada)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/htaccess-wordpress-plugin/)
 * Hello,
 * I have a plugin that has a search function with many pages (listings) and I want
   to make the plugin SEO friendly and its all under wordpress.
 * The urls look like
 * /listings/property-inventory/?pg=1&ipp=All&rentown=__&from=$0.00&to=$175,000&
   style=&beds=1&baths=2&submit=Search
 * Where /listings/property-inventory/ is the already SEO’d wordpress page.
 * I want it to look like /listings/property-inventory/search/page-1/list-all/from-
   0.00/to-0.00/beds-1/baths-2/ OR something neat like that.
 * This is my currently .htaccess
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 * # END WordPress
 * Can I do that somehow?

The topic ‘htaccess wordpress plugin?’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [multiple](https://wordpress.org/support/topic-tag/multiple/)

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 0 replies
 * 1 participant
 * Last reply from: [dubcanada](https://wordpress.org/support/users/dubcanada/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/htaccess-wordpress-plugin/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
