Welcome Guest, Not a member yet? Register   Sign In
CI Newbie - localhost + URL issues
#2

[eluser]Unknown[/eluser]
Hi all, I'm having this exact same issue but the above solution didn't work... my index page on local works, but all other pages give me the 404. Everything on live server is working. On local, I have a vhosts.conf file with the following:

Code:
Alias /<myproject> /Server/sites/<myproject>/web/content

<Directory "/Server/sites/<myproject>/web/content">
Options Indexes FollowSymLinks

AllowOverride All

Order allow,deny
Allow from all
</Directory>

and my .htaccess is the following:

Code:
Options +FollowSymLinks

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]

RewriteRule ^(.*)$ /index.php/$1

If I print my $config['base_url'] value it is the following:

http://localhost/<myproject>/

Any help is greatly appreciated!


Messages In This Thread
CI Newbie - localhost + URL issues - by El Forum - 09-08-2011, 04:32 AM
CI Newbie - localhost + URL issues - by El Forum - 02-06-2012, 06:07 PM
CI Newbie - localhost + URL issues - by El Forum - 02-06-2012, 06:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB