• Resolved dlx

    (@deeluuxe)


    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

    (@tdgu)

    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/
    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
    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.