• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

with change in document root dir, documents are not getting delivered

 
Ranch Hand
Posts: 386
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have phpTest.html as coded below. I have phpTest1.php in action attribute in it. This phpTest.html and phpTest1.php are placed in path "C:/Users/nirjari/Desktop/all text files/HTML Files/" instead of default path which is "C:/wamp/www/"

In httpd.conf below, I have modified document root as "C:/Users/nirjari/Desktop/all text files/HTML Files/" instead of default path of "C:/wamp/www/" When I use send a request for phpTest.html , I dont get the page but instead of that O get 404 error message. Why is that ? I have changed document root and I have required files in new document root , then why apache server does not deliver this file ? When I am using default document root "C:/wamp/www/" server delivers document. So what do I need to change in order to deliver files by server ? With the changes I made is document root not changed ? Do I need to make any further changes ? Or can documents be delivered by default document root only ?
Thanks
 
Sheriff
Posts: 22743
129
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This isn't Tomcat related in any way. Moving to a more appropriate forum.
 
nirjari patel
Ranch Hand
Posts: 386
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I did not see any Apache forum, that is why I posted here.

Please let me know, where are you moving this post to ?

Thanks
 
I don't like that guy. The tiny ad agrees with me.
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic