Welcome Guest, Not a member yet? Register   Sign In
Please Help to remove index.php from url
#6

[eluser]Tejas D[/eluser]
Hi Gelina

Good to see some progress.

This is my demo code of httpd.conf.(I am using LAMP)

Code:
ServerName localhost

NameVirtualHost 127.0.0.1:8000
Listen 127.0.0.1:8000
Listen 127.0.0.1:25
<VirtualHost 127.0.0.1:8000>
  DocumentRoot "/var/www/"
  <Directory "/var/www/">
*   Options Indexes FollowSymLinks MultiViews
*   DirectoryIndex index.php
*   AllowOverride All
    Order allow,deny
    Allow from All
  </Directory>
</VirtualHost>

-> Check for the appropriate file or the file where you will find above structure in WAMP.
-> Add or Edit the lines indicated by *. or simply copy those 5 lines which are under directory tag
to your file.
-> use your configuration for DocumentRoot and inside Directory tag(as I have "/var/www/").
-> Also, restart your server(WAMP) after editing files.

Hope, this will work.





Messages In This Thread
Please Help to remove index.php from url - by El Forum - 11-23-2012, 12:04 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 12:21 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 12:45 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 01:12 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 01:13 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 01:26 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 01:36 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 01:54 AM
Please Help to remove index.php from url - by El Forum - 11-24-2012, 02:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB