Welcome Guest, Not a member yet? Register   Sign In
Mod rewrite problem with Ubuntu
#8

[eluser]Mohammed Zayan[/eluser]
I try
Code:
RewriteEngine On
RewriteBase /zayanit/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

And
Code:
RewriteEngine On
RewriteBase /zayanit/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

It doesn't work. I use Ubuntu 11.04


Messages In This Thread
Mod rewrite problem with Ubuntu - by El Forum - 06-21-2012, 11:43 AM
Mod rewrite problem with Ubuntu - by El Forum - 06-21-2012, 12:48 PM
Mod rewrite problem with Ubuntu - by El Forum - 06-21-2012, 01:02 PM
Mod rewrite problem with Ubuntu - by El Forum - 06-21-2012, 01:05 PM
Mod rewrite problem with Ubuntu - by El Forum - 06-21-2012, 01:10 PM
Mod rewrite problem with Ubuntu - by El Forum - 06-22-2012, 02:59 PM
Mod rewrite problem with Ubuntu - by El Forum - 06-22-2012, 03:22 PM
Mod rewrite problem with Ubuntu - by El Forum - 06-22-2012, 03:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB