Welcome Guest, Not a member yet? Register   Sign In
routes help - adds question mark.
#5

[eluser]Jeroen Brussich[/eluser]
Not being to big on .htaccess rewrite, I think your problem lies here:
Code:
RewriteRule ^(.*)$ /index.php\?/$1 [L]

What's that ? doing there?

All these lines below should also have [L] behind them, to tell .htaccess to stop going down the list. If you also want to change the uri, put [R,L]
Code:
Redirect /blog http://blog.mysite.com [L]
    Redirect /services/seo http://www.mysite.com/services/search-engine-optimization [L]
    Redirect /services/hosting  http://www.mysite.com/services/secure-web-hosting [L]
    Redirect /services/design  http://www.mysite.com/services/web-design [L]
    Redirect /services/email  http://www.mysite.com/services/complete-online-marketing [L]
update: changed <quote> to <code>


Messages In This Thread
routes help - adds question mark. - by El Forum - 11-25-2009, 12:28 PM
routes help - adds question mark. - by El Forum - 11-25-2009, 12:30 PM
routes help - adds question mark. - by El Forum - 11-25-2009, 12:45 PM
routes help - adds question mark. - by El Forum - 11-25-2009, 01:46 PM
routes help - adds question mark. - by El Forum - 11-25-2009, 01:53 PM
routes help - adds question mark. - by El Forum - 11-25-2009, 02:17 PM
routes help - adds question mark. - by El Forum - 11-25-2009, 02:27 PM
routes help - adds question mark. - by El Forum - 11-25-2009, 02:32 PM
routes help - adds question mark. - by El Forum - 11-25-2009, 02:40 PM
routes help - adds question mark. - by El Forum - 11-25-2009, 05:41 PM
routes help - adds question mark. - by El Forum - 11-26-2009, 02:53 AM
routes help - adds question mark. - by El Forum - 12-01-2009, 09:17 AM
routes help - adds question mark. - by El Forum - 12-01-2009, 09:51 AM
routes help - adds question mark. - by El Forum - 12-01-2009, 09:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB