Welcome Guest, Not a member yet? Register   Sign In
.htaccess issues help needed!!!!
#28

[eluser]Daniel Moore[/eluser]
I notice your rewrite line is as follows:
Code:
RewriteRule ^(.*)$ /wedding-site/index.php/$1 [NC,L]

If you later find you attempt to call an URL such as:
Code:
http://localhost/wedding-site/groom-stuff/tuxes/

but it will only go to:
Code:
http://localhost/wedding-site/

then you may want to add the QSA flag to your list of flags, like so:
Code:
RewriteRule ^(.*)$ /wedding-site/index.php/$1 [QSA,NC,L]

What the QSA flag does is a Query String Append. It is required on my particular XAMPP setup, and doesn't properly redirect without it. I'm not sure why, as I don't send query strings, but it doesn't hurt to have it. It will do no harm to have it in place on any of your .htaccess file RewriteRules, unless you're doing one for something other than CodeIgniter in which you wish to definitely discard the query string.


Messages In This Thread
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 03:11 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 03:15 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 03:15 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 03:21 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:03 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:39 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:51 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:54 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:59 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:59 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 08:02 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 08:18 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 08:21 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 08:57 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 10:25 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 02:09 PM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 03:13 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 03:44 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 06:16 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 06:52 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 06:58 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 06:59 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 07:03 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 07:06 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 07:23 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 07:35 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 07:39 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 10:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB