Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Loop trying to make Wordpress admin URL extensionless


g1smd - 11:12 pm on Apr 17, 2011 (gmt 0)


You'll need something like this:

# Redirect URL to URL
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /wp-admin/[^\ ]*\ HTTP/
RewriteRule ^wp-admin/(.*)$ http://www.example.com/admin/$1 [R=301,L]
#
# Rewrite URL to internal file
RewriteRule ^admin/(.*)$ /wp-admin/$1 [QSA,L]


You MUST also change the links found on your pages.


Thread source:: http://www.webmasterworld.com/apache/4299474.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com