Forum Moderators: phranque
To test my php pages, i always save them in htdocs.
I once uploaded php pages in a folder of same name on an american server but i could see the content of the container folder for my pages if i typed in the browser the path to my pages(which of course is a terrible mistake for a user to see all the site pages from a path). I could see something saying that my pages sould have been saved in an htaccess folder. But as i was using a free acount i could not save my pages there.
So my question is where are the pages saved? In htdocs as when working offline or in htacess?
I never see the htaccess from apache when iam developping my pages.
Please help me to know.
Your site files go in a folder called /www/ or /htdocs/ or similar. The name depends on the default name used by the server software itself. It can be called whatever you want; you could call it 'alan' if you wanted to. The .htaccess file for that site would also go in that folder.
Options -Indexes More about .htaccess files:
[httpd.apache.org...]
Jim