Welcome Guest, Not a member yet? Register   Sign In
need help with removing index.php
#5

[eluser]CI705[/eluser]
thanks for the help Vlad Balmos.
I have figured out what the problem is. It is the step 4 from the wiki which I didn't follow.
I am writing it down so it may help others and saving their hours of time.
edit /etc/apache2/sites-available/default
Code:
DocumentRoot /var/www
        <Directory />
                Options FollowSymLinks
                AllowOverride [color=red]FileInfo[/color]
        </Directory>
        <Directory /var/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>
if you get any internal server error, just follow the instructions in the wiki
cheers, i am so happy now, thanks for the help again.


Messages In This Thread
need help with removing index.php - by El Forum - 07-28-2011, 01:16 AM
need help with removing index.php - by El Forum - 07-28-2011, 02:15 AM
need help with removing index.php - by El Forum - 07-28-2011, 02:35 AM
need help with removing index.php - by El Forum - 07-28-2011, 02:45 AM
need help with removing index.php - by El Forum - 07-28-2011, 03:44 AM
need help with removing index.php - by El Forum - 07-28-2011, 03:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB