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

[eluser]Gaetan81[/eluser]
hello,

I recently started to use codeigniter. I must say its a great framework!

Still I have some problems with my .htaccess

Code:
RewriteEngine On

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

# Add Trailing Slash  
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !(.*)/$
    RewriteRule ^(.*)$ http://www.myurl.com/$1/$2 [R=301,L]

    RewriteRule ^(/?)$ /index.php
    RewriteRule ^([a-z]+)(/?)$ index.php/$1

when I go to myurl.com/users/ everything just works fine. But when I add for example myurl.com/users/edit/25 he doesnt find the page.

Whats wrong to my .htaccess?

Tia


Messages In This Thread
.htaccess problem - by El Forum - 06-16-2008, 03:53 AM
.htaccess problem - by El Forum - 06-16-2008, 04:07 AM
.htaccess problem - by El Forum - 06-16-2008, 04:21 AM
.htaccess problem - by El Forum - 06-16-2008, 04:30 AM
.htaccess problem - by El Forum - 06-16-2008, 04:49 AM
.htaccess problem - by El Forum - 06-16-2008, 04:54 AM
.htaccess problem - by El Forum - 06-16-2008, 06:00 AM
.htaccess problem - by El Forum - 06-16-2008, 11:16 AM
.htaccess problem - by El Forum - 06-16-2008, 01:46 PM
.htaccess problem - by El Forum - 06-16-2008, 02:11 PM
.htaccess problem - by El Forum - 06-17-2008, 12:40 AM
.htaccess problem - by El Forum - 06-23-2008, 06:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB