With dual Operating System in my laptop, Fedora 14 and Windows XP, I need to set my Fedora Apache's DocumentRoot to point to windows-readable hardisk partition (NTFS). This change of path will allow me to work on same projects from both OS.
Current DocumentRoot is
/var/www/html need to be set to
/media/Data/htDocs. For testing purpose, DocumentRoot would also be pointed to
/home/user/htDocs (home directory). Problems would occurred mostly caused by SELinux policies.