yovan

Topic: Unable to find PUBLIC folder in my localhost(appache webserver).helpme

Hi friends,

Please help me to solve the below problem.         

         I have uploaded the jobberbase open source code in my machine's apache webserver (physical path: /WAMP/WWW/Jobberbase).I followed the steps mentioned in the installation guide(APACHE ) and i dint find issues of following those steps. When i tried to browse the jobberbase folder (http://localhost), i could not found the Public folder that has all the application files. I believe that there is no problem with my configuration. can anyone help me to figure out where the problem will be and how to solve it?

Million Thanks in Advance,
-Yovan

putypuruty

Re: Unable to find PUBLIC folder in my localhost(appache webserver).helpme

Hi,

Can you please post here the structure of your /WAMP/WWW/Jobberbase folder?

If you just unpacked the jobberbase-1_9.zip file directly into /WAMP/WWW/, then you should be able to access it by going to http://localhost/jobberbase/public/

yovan

Re: Unable to find PUBLIC folder in my localhost(appache webserver).helpme

Thank you for your immediate reply.

    I simply unzipped and named it as jobberbase in my webserver's physical path. Here is my physical path of the jobberbase folder : C:\wamp\www\jobberbase and folders available in the paths are
"db,docs,public" and files are "changelog,license,readme".

    I can able to see the mentioned items in "http:\\localhost" except the public folder.

   Though i could not find public folder, I gave "http://localhost/jobberbase/public" in the browser, it shows the following error.
******************************************************************************
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log
******************************************************************************

Thanks,
Yovan

PS: i applogize i wrongly sent this message through REPORT option. So Sending again through post reply option.

putypuruty

Re: Unable to find PUBLIC folder in my localhost(appache webserver).helpme

Hi,

I assume it's an .htaccess related problem. What happens if you remove the .htaccess file from the public folder? If the start page loads without it, it means that a line in the .htaccess file is causing the problem. If this is the case, try commenting out lines until it works (you need to add a # char in front of the line).

If it still doesn't work, it's most likely an Apache configuration problem in which case I don't know exactly how to help you.

yovan

Re: Unable to find PUBLIC folder in my localhost(appache webserver).helpme

Brilliant. Its working.  Thanks a lot.

I simply removed the .htaccess file from public folder and now i can able to view the public folder in "http://localhost" and its contents. But when i browse the public folder, the contents are getting displayed without design. I clicked the links available in the page, i got the following error.

******************************************************************************************
404

Not Found

The requested URL /jobberbase/trunk/public/widgets/ was not found on this server.

******************************************************************************************

PS:  I am new to this platform. So kindly bear with me if i am asking silly questions.