Welcome Guest, Not a member yet? Register   Sign In
url
#3

[eluser]Avatar[/eluser]
remove index.php in your config.php file
Code:
$config['index_page']="";
here is my htaccess just in case
Code:
Options -indexes
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L]


Messages In This Thread
url - by El Forum - 03-08-2008, 02:06 PM
url - by El Forum - 03-08-2008, 03:09 PM
url - by El Forum - 03-09-2008, 10:46 AM
url - by El Forum - 03-09-2008, 11:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB