Hello all,
how can I change c:\apache\htdocs directory to another directory for example I want my php files be stored in D:\work and can run correctly
thanks in advance
wrote:
You need to find the line in your httpd.conf file that says C:\apache\htdocs, and change it to whatever you like, then restart apache.
thank you .. it's done