Hi all,

I agree with Jim,

for start you can play with .htaccess and ModRewrite module. 
for more information see apache docs or you can also check out how in
httpd.conf accessing .htaccess from clients browser is limited and you can
use the same code for all of your .xml and .xslt files.

Best 
M

Kelvin Park wrote:
> 
> I had to Parse XML with PHP with database from mysql.
> 
> On 7/20/07, Kelvin Park <[EMAIL PROTECTED]> wrote:
>>
>> I'm trying to make a web site that it entirely XML/XSLT/PHP driven,
>> without MYSQL.
>> However, since I need to reuse the database from my last web site, I had
>> to parse XML with PHP and save it as a file (e.g. xmlFile.xml) in my
>> htdocs folder in FTP. However, I understand that this can cause some
>> security issues such as someone just accessing the xml file from the
>> htdocs
>> folder. Would it be the best way to just place the parsed/saved XML file
>> in
>> the root folder of the FTP server for security purposes? Root folder
>> meaning, the parent folder of htdocs, where it cannot be accessed
>> normally
>> through the browser.
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/About-XML-XSLT-tf4120874.html#a11839995
Sent from the PHP - General mailing list archive at Nabble.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to