htaccess rewrite url and remove question mark |
[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 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 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
|