Re: [PHP] About XML XSLT
- From: mamadharab@xxxxxxxxx (mamad876)
- Date: Fri, 27 Jul 2007 22:52:41 -0700 (PDT)
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 <kelvinpark86@xxxxxxxxx> 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.
.
- References:
- About XML XSLT
- From: "Kelvin Park"
- Re: About XML XSLT
- From: "Kelvin Park"
- About XML XSLT
- Prev by Date: Re: [PHP] Hide the real URL
- Next by Date: Re: [PHP] how to use imagestring() function with Chinese String
- Previous by thread: Re: About XML XSLT
- Next by thread: Re: [PHP] About XML XSLT
- Index(es):
Relevant Pages
|