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

[eluser]AtlantixMedia[/eluser]
Hello,

I'm having problems getting a very simple htaccess rule to work.

Code:
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^http://www.domain.com/test$ http://www.domain.com/info/services
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
</IfModule>

how come the first rule does not work and I get a 404 error?

thanks


Messages In This Thread
htaccess issue - by El Forum - 05-23-2008, 11:51 AM
htaccess issue - by El Forum - 05-24-2008, 01:47 AM
htaccess issue - by El Forum - 05-24-2008, 02:39 AM
htaccess issue - by El Forum - 05-24-2008, 04:18 AM
htaccess issue - by El Forum - 05-24-2008, 05:45 AM
htaccess issue - by El Forum - 05-24-2008, 07:00 AM
htaccess issue - by El Forum - 05-24-2008, 07:33 AM
htaccess issue - by El Forum - 05-24-2008, 08:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB