Welcome Guest, Not a member yet? Register   Sign In
htaccess
#3

[eluser]vang163[/eluser]
hi,
after another few hours of searching the forum, i solved it by:
- changing the httpd.conf in apache,
FROM #LoadModule rewrite_module modules/mod_rewrite.so
TO LoadModule rewrite_module modules/mod_rewrite.so

- input the following code in .htaccess
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [QSA]


Messages In This Thread
htaccess - by El Forum - 06-28-2009, 11:35 PM
htaccess - by El Forum - 06-29-2009, 12:26 AM
htaccess - by El Forum - 06-29-2009, 12:03 PM
htaccess - by El Forum - 06-30-2009, 07:16 AM
htaccess - by El Forum - 06-30-2009, 07:55 AM
htaccess - by El Forum - 06-30-2009, 08:21 AM
htaccess - by El Forum - 06-30-2009, 10:44 AM
htaccess - by El Forum - 06-30-2009, 07:48 PM
htaccess - by El Forum - 06-30-2009, 08:41 PM
htaccess - by El Forum - 06-30-2009, 08:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB