
22 Sep
2009
22 Sep
'09
12:27 p.m.
On Tue, Sep 22, 2009 at 12:22 PM, I. Ati <mueni0@gmail.com> wrote:
finally refreshed my page ....same thing nothing changed
The 'AllowOverride' directive is probably set to 'None' you should be overriding the defaults via htaccess files rather than changing httpd.conf ... do something like the following in httpd.conf <Directory /path-to-your-dir> AllowOverride Options </Directory> and then place a .htaccess file in /path-to-your-dir , within that add the line (assuming that index.php is in the same folder) : DirectoryIndex index.php