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

[eluser]nabasa[/eluser]
OK here is my config:

Code:
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
<IfModule mod_rewrite.c>
    Options +FollowSymLinks
    RewriteEngine on  
    
    RewriteCond %{SERVER_PORT} 80
    RewriteCond $1 ^(reservations|reservations/submit|mycart|mycart/confirm|mycart/submit)
    RewriteRule ^(.*)$ https://www.domain.com/$1 [R=301,L]
  
    RewriteBase /
      
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

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

RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

RewriteBase /    
RewriteCond %{HTTP_HOST} !=""
RewriteRule ^index.php/?(.*)$ http://%{HTTP_HOST}/$1 [R=301]
    
</IfModule>

<IfModule !mod_rewrite.c>
    ErrorDocument 404 /index.php
</IfModule>


here is a sample url:

http://www.domain.com/index.php/?content...nservation

Our Ci config has $config['index_page'] = "";


Thanks for checking it out.

Sean


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