htaccess is not working |
[eluser]Blue Sapphire[/eluser]
Thanks for the guidance. I rolled back the changes in config file. The script begin to work properly with 'index.php' inclusion. Then I placed following code in htaccess file. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1 [L] </IfModule> <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> RESULTS: 1- http://localhost/personal/dev/ci/ [Works Fine] 2- http://localhost/personal/dev/ci/index.php [Works Fine] 3- http://localhost/personal/dev/ci/index.php/myform [Works Fine] 4- http://localhost/personal/dev/ci/myform [Takes back to default WAMP SERVER page] NOTE: I have created aliases in WAMP, so my script directory location is outside of WAMP 'WWW' directory. My directory location for this script is 'E:\personal\dev\ci', whereas WAMP SERVER location is 'c:/wamp/www/ ' . Thanks in advance |
Messages In This Thread |
htaccess is not working - by El Forum - 06-25-2008, 07:28 AM
htaccess is not working - by El Forum - 06-25-2008, 02:03 PM
htaccess is not working - by El Forum - 06-25-2008, 09:33 PM
htaccess is not working - by El Forum - 06-26-2008, 01:01 AM
htaccess is not working - by El Forum - 06-26-2008, 01:25 AM
htaccess is not working - by El Forum - 06-26-2008, 02:25 AM
htaccess is not working - by El Forum - 06-26-2008, 02:34 AM
htaccess is not working - by El Forum - 06-26-2008, 02:43 AM
htaccess is not working - by El Forum - 06-26-2008, 02:53 AM
htaccess is not working - by El Forum - 06-26-2008, 03:46 AM
htaccess is not working - by El Forum - 06-26-2008, 03:51 AM
htaccess is not working - by El Forum - 06-26-2008, 03:52 AM
htaccess is not working - by El Forum - 06-26-2008, 03:53 AM
htaccess is not working - by El Forum - 06-26-2008, 03:56 AM
htaccess is not working - by El Forum - 06-26-2008, 03:58 AM
htaccess is not working - by El Forum - 06-26-2008, 04:23 AM
htaccess is not working - by El Forum - 06-26-2008, 04:26 AM
htaccess is not working - by El Forum - 06-26-2008, 04:31 AM
htaccess is not working - by El Forum - 06-26-2008, 04:33 AM
htaccess is not working - by El Forum - 06-26-2008, 04:41 AM
htaccess is not working - by El Forum - 06-26-2008, 04:54 AM
htaccess is not working - by El Forum - 06-26-2008, 05:07 AM
htaccess is not working - by El Forum - 06-26-2008, 06:00 AM
htaccess is not working - by El Forum - 06-26-2008, 06:32 AM
htaccess is not working - by El Forum - 10-01-2008, 01:59 AM
htaccess is not working - by El Forum - 11-01-2008, 11:14 AM
htaccess is not working - by El Forum - 01-07-2009, 07:10 AM
htaccess is not working - by El Forum - 07-10-2010, 08:13 AM
htaccess is not working - by El Forum - 07-13-2010, 03:10 AM
htaccess is not working - by El Forum - 07-13-2010, 03:56 AM
htaccess is not working - by El Forum - 04-28-2012, 04:45 AM
|