ReWrite Rules Issue
Posted
by
Jacob Clark
on Stack Overflow
See other posts from Stack Overflow
or by Jacob Clark
Published on 2012-09-09T09:30:20Z
Indexed on
2012/09/09
9:38 UTC
Read the original article
Hit count: 319
I seem to be having an issue with my Apache Rewrites
RewriteEngine on
RewriteBase /
RewriteRule ^wordpress/?$ / [NC,L,R=301]
RewriteRule ^/$ wordpress/ [NC,L]
I simply need to remove /wordpress from the URL as I have pages within Wordpress I want to be seen as the main directory
At the moment the urls are
domain.com/wordpress/blog
I'd rather not have /wordpress, rather domain.com/blog
Any help?
© Stack Overflow or respective owner