Welcome Guest, Not a member yet? Register   Sign In
Problem with .htaccess on ubuntu (apache2)
#1

[eluser]xxIdroxx[/eluser]
hello community!
Today I tried to put my site made ​​with CodeIgniter in Ubuntu but when I go to localhost / mysite / I see a blank page.
My files. Htaccess
I have enabled mod_rewrite
Code:
DirectoryIndex index.php
AddDefaultCharset utf-8
RewriteEngine on
RewriteCond $1 !^(index\.php|css|js|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]


Messages In This Thread
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 10:23 AM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 10:58 AM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 11:10 AM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 11:15 AM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 11:18 AM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 12:16 PM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 03:14 PM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 09:07 PM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-06-2012, 08:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB