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

[eluser]Jeroen Brussich[/eluser]
Code:
RewriteEngine on

RewriteCond $1 ^blog$
RewriteRule ^(.*)$    http://blog.mysite.com [R,L]

RewriteCond $1 ^services/seo$
RewriteRule ^(.*)$    /services/search-engine-optimization [R,L]

RewriteCond $1 ^services/hosting$
RewriteRule ^(.*)$    /services/secure-web-hosting [R,L]

RewriteCond $1 ^services/design
RewriteRule ^(.*)$    /services/web-design [R,L]

RewriteCond $1 ^services/email$
RewriteRule ^(.*)$    /services/complete-online-marketing [R,L]


RewriteCond $1 !^(index\.php|images|user_guide|robots\.txt)
RewriteRule ^(.*)$     /index.php/$1 [L]

Delete your .htaccess and use the code above.
I've tested in and it works.

edit: I think it is safe to go back on the AUTO-protocol
#12

[eluser]dippy[/eluser]
Thanks for your help. greatly appreciated
#13

[eluser]dippy[/eluser]
[quote author="Jeroen Brussich" date="1259247212"]
Code:
RewriteEngine on

RewriteCond $1 ^blog$
RewriteRule ^(.*)$    http://blog.mysite.com [R,L]

RewriteCond $1 ^services/seo$
RewriteRule ^(.*)$    /services/search-engine-optimization [R,L]

RewriteCond $1 ^services/hosting$
RewriteRule ^(.*)$    /services/secure-web-hosting [R,L]

RewriteCond $1 ^services/design
RewriteRule ^(.*)$    /services/web-design [R,L]

RewriteCond $1 ^services/email$
RewriteRule ^(.*)$    /services/complete-online-marketing [R,L]


RewriteCond $1 !^(index\.php|images|user_guide|robots\.txt)
RewriteRule ^(.*)$     /index.php/$1 [L]

Delete your .htaccess and use the code above.
I've tested in and it works.

edit: I think it is safe to go back on the AUTO-protocol[/quote]

worked. but for some odd reason it wasn't pulling in the style sheets... my site was flat.
and it would not load any other pages. just the home page. if i went to /services or /about i get the homepage...
#14

[eluser]dippy[/eluser]
i took banafederico advice and took out the \? and added the REQUEST_URI and seems to be working now...

thanks again




Theme © iAndrew 2016 - Forum software by © MyBB