Title: Apache 2.2 rewrite rules
Last modified: January 4, 2019

---

# Apache 2.2 rewrite rules

 *  Resolved [dlx](https://wordpress.org/support/users/deeluuxe/)
 * (@deeluuxe)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/apache-2-2-rewrite-rules/)
 * Hello!
 * First I tested the free version, then purchased the Pro version.
 * In the free version the rewrite rules are like this:
    RewriteRule ^design/(.+)/
   wp-content/themes/twentynineten/$1 [**L**,QSA]
 * In the Pro version they are like this:
    RewriteRule ^design/(.+) /wp-content/
   themes/twentynineten/$1 [**END**,QSA]
 * The END flag works only on Apache 2.3 and later so I can´t use the Pro version.
   
   Are you going to update the free version also? Just asking because I have to 
   look for a different solution then. It would be great if both version would support
   Apache 2.2.
 * Best regards,
    Jan

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Maya](https://wordpress.org/support/users/tdgu/)
 * (@tdgu)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/apache-2-2-rewrite-rules/#post-11054336)
 * Hello,
    The **END** flag is required within the PRO version to implement some
   advanced functionality which are not included in the free code. The flag require
   Apache 2.3 and later. Your server probably use something older, possible 2.2 
   which is however officially discontinued see [https://httpd.apache.org/](https://httpd.apache.org/)
   Until you update, you can still use the plugin, there is a patch code provided
   at [How to use WP Hide PRO on older Apache](https://www.wp-hide.com/how-to-use-wp-hide-pro-on-older-apache/)
   Regarding the free version, at the moment there is no intention to make usage
   of END flag, however might be introduced at a later date once new features will
   be added. Our plugins are always built to support officially supported systems(
   e.g. Apache, PHP etc)
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Apache 2.2 rewrite rules’ is closed to new replies.

 * ![](https://ps.w.org/wp-hide-security-enhancer/assets/icon-256x256.png?rev=2937681)
 * [WP Hide & Security Enhancer](https://wordpress.org/plugins/wp-hide-security-enhancer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-hide-security-enhancer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-hide-security-enhancer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-hide-security-enhancer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-hide-security-enhancer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-hide-security-enhancer/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Maya](https://wordpress.org/support/users/tdgu/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/apache-2-2-rewrite-rules/#post-11054336)
 * Status: resolved