Hi, it looks like your web server setup prioritises html over php files. If you have access to your Apache's httpd.conf (or IIS configuration if you have Windows hosting) you need to change it there, I believe (I don't know exactly where - at least it will point you in some direction). I think Drupal's .htaccess will by default have this correctly configured, which makes me think that your host doesn't allow local .htaccess files. Perhaps it's a good thing to ask your host to look into this? Regards, Kobus
On 6/12/06, Kobus Myburgh <ITBJDM@puknet.puk.ac.za> wrote:
Hi, it looks like your web server setup prioritises html over php files. If you have access to your Apache's httpd.conf (or IIS configuration if you have Windows hosting) you need to change it there, I believe (I don't know exactly where - at least it will point you in some direction). I think Drupal's .htaccess will by default have this correctly configured, which makes me think that your host doesn't allow local .htaccess files. Perhaps it's a good thing to ask your host to look into this?
Regards,
Kobus
-- [ Drupal support list | http://lists.drupal.org/ ]
Hi Kobus I have set the DirectoryIndex as advised by you in httpd.conf DirectoryIndex index.php index.cgi index.html index.html.var but it didnot helped me Any Clue Thanks Kaushal
On 6/12/06, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
I have set the DirectoryIndex as advised by you in httpd.conf
DirectoryIndex index.php index.cgi index.html index.html.var
but it didnot helped me
Did you restart httpd service? Just making sure... Greg -- Greg Knaddison | Growing Venture Solutions Denver, CO | http://growingventuresolutions.com Technology Solutions for Communities, Individuals, and Small Businesses
On 6/12/06, Greg Knaddison - GVS <Greg@growingventuresolutions.com> wrote:
On 6/12/06, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
I have set the DirectoryIndex as advised by you in httpd.conf
DirectoryIndex index.php index.cgi index.html index.html.var
but it didnot helped me
Did you restart httpd service?
Just making sure...
Greg -- Greg Knaddison | Growing Venture Solutions Denver, CO | http://growingventuresolutions.com Technology Solutions for Communities, Individuals, and Small Businesses -- [ Drupal support list | http://lists.drupal.org/ ]
Hi Greg It started working now, Now I am faced with one issue, Access denied You are not authorized to access this page. when i click on the links on the main web page Thanks and Regards Kaushal
participants (3)
-
Greg Knaddison - GVS -
Kaushal Shriyan -
Kobus Myburgh