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

[eluser]dippy[/eluser]
here is my .htaccess file.

Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} ^system.*
    RewriteRule ^(.*)$ /index.php\?/$1 [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond $1 !^(index\.php|images|captcha|css|js|robots\.txt)
    RewriteRule ^(.*)$ /index.php\?/$1 [L]
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
    Redirect /blog http://blog.mysite.com
    Redirect /services/seo http://www.mysite.com/services/search-engine-optimization
    Redirect /services/hosting  http://www.mysite.com/services/secure-web-hosting
    Redirect /services/design  http://www.mysite.com/services/web-design
    Redirect /services/email  http://www.mysite.com/services/complete-online-marketing
</IfModule>


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