• ianstormtaylor

    (@ianstormtaylor)


    I am having troubles using mod_rewrite… the code that should be working doesn’t seem to work and I’m wondering if its because of the WordPress rewrite engine.

    <IfModule mod_rewrite.c>
    	RewriteEngine on
    	RewriteRule ^(.*)/broadcasts$ $1/feed
    </IfModule>

    I just want any feed URL to be accessible via /broadcasts/ instead…

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ianstormtaylor

    (@ianstormtaylor)

    Sorry… my version is 2.9.2.

    Thread Starter ianstormtaylor

    (@ianstormtaylor)

    Basically… if I have a custom rewrite structure of:

    %category%/%postname%

    Can I still add one rewrite to the htaccess to make:
    http://mysite.com/broadcasts
    redirect to:
    http://mysite.com/feed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to htaccess rewrite with the WP engine on?’ is closed to new replies.