Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- Addon domains! Is there any sense on it on Apache?


jdMorgan - 8:46 pm on Mar 25, 2008 (gmt 0)


all links in content or menu still without www

Your links are defined by the code on the page, or the code that produces the page. Mod_rewrite cannot change your code, so you must change your code.

What`s give this line:

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /addon/?

As described in the comments, this ensures that the "/addon/" or "/addon" was requested by the client (browser or robot) and is not the result of your internal rewrite. Without this line, the code will interact with that rewrite, leading to an "infinite" rewrite/redirect loop.

Jim

[edited by: jdMorgan at 8:47 pm (utc) on Mar. 25, 2008]


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