Welcome Guest, Not a member yet? Register   Sign In
Ultimate .htaccess
#7

[eluser]ephlodur[/eluser]
Hi all.

I have look at most of the response on this topic but none of them help.
Here is my configuration:\
I'm running Ubuntu with Apache2 and the http server is pointing the my codeigniter diretory
inside that directory I have mysite I have the below files/directory
application
/css
.htaccess
/img
index.php
js
license.txt
/system
/user_guide
with the config as below
$config['base_url'] = "http://example.com";
$config['index_page'] = "";

for now all will work only if I add the index.php in the config

below is my .htaccess file
RewriteEngine on
RewriteRule ^$ /index.php [L]
RewriteCond $1 !^(index\.php|image|library|style|script|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /index.php/$1 [L]


Thanks for your help


Messages In This Thread
Ultimate .htaccess - by El Forum - 11-09-2007, 05:12 PM
Ultimate .htaccess - by El Forum - 11-29-2007, 12:01 AM
Ultimate .htaccess - by El Forum - 11-29-2007, 10:13 AM
Ultimate .htaccess - by El Forum - 12-02-2007, 09:00 PM
Ultimate .htaccess - by El Forum - 12-07-2007, 05:23 AM
Ultimate .htaccess - by El Forum - 12-09-2009, 08:13 AM
Ultimate .htaccess - by El Forum - 12-03-2010, 10:58 AM
Ultimate .htaccess - by El Forum - 12-03-2010, 07:13 PM
Ultimate .htaccess - by El Forum - 01-04-2011, 01:54 AM
Ultimate .htaccess - by El Forum - 01-12-2011, 09:13 PM
Ultimate .htaccess - by El Forum - 01-13-2011, 02:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB