Welcome Guest, Not a member yet? Register   Sign In
htaccess rewrite url and remove question mark
#9

[eluser]bretticus[/eluser]
You should put that last rule (the one we've been working on) first and make sure it stops with the last switch ( [R=301,L] )

Not sure why the rewrite condition in the following rule is necessary either:

Quote:RewriteCond %{SERVER_PORT} 80
RewriteCond $1 ^(reservations|reservations/submit|mycart|mycart/confirm|mycart/submit)
RewriteRule ^(.*)$ https://www.goscubadivemaui.com/$1 [R=301,L]

Since it seems you are just trying to redirect when the IP was submitted in the URL? Actually not sure really still. I just know that the following lines:

Quote:RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/?$1 [L]

Should take care of hiding index.php for you.

By the way, your example shows your ? mark unescaped still???


Messages In This Thread
htaccess rewrite url and remove question mark - by El Forum - 10-27-2010, 02:15 PM
htaccess rewrite url and remove question mark - by El Forum - 10-27-2010, 11:59 PM
htaccess rewrite url and remove question mark - by El Forum - 10-28-2010, 12:25 AM
htaccess rewrite url and remove question mark - by El Forum - 10-28-2010, 12:38 AM
htaccess rewrite url and remove question mark - by El Forum - 10-28-2010, 12:52 AM
htaccess rewrite url and remove question mark - by El Forum - 10-28-2010, 01:04 AM
htaccess rewrite url and remove question mark - by El Forum - 10-28-2010, 01:11 AM
htaccess rewrite url and remove question mark - by El Forum - 10-28-2010, 01:38 AM
htaccess rewrite url and remove question mark - by El Forum - 10-28-2010, 01:45 AM
htaccess rewrite url and remove question mark - by El Forum - 10-28-2010, 02:15 AM
htaccess rewrite url and remove question mark - by El Forum - 10-28-2010, 10:05 AM
htaccess rewrite url and remove question mark - by El Forum - 11-30-2010, 11:51 PM
htaccess rewrite url and remove question mark - by El Forum - 06-06-2011, 11:33 PM
htaccess rewrite url and remove question mark - by El Forum - 06-07-2011, 07:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB