Help the Noob!

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
Jermboy
Forum Newbie
Posts: 2
Joined: Thu Nov 20, 2008 10:49 pm

Help the Noob!

Post by Jermboy »

Hi all im am new to the site!

I have been running a localhost on a windows machine, and I finally uploaded my website mostly PHP, it no longer works mostly AJAX and RSS, in firebug when I click on GET POST it returned 404. When you first purchase a domain do you have to set up anything (in c-panel) to use AJAX etc.?
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Help the Noob!

Post by califdon »

Please read Forum rules. Do not use general topics, like "Help...".

No, Ajax is nothing more than using Javascript together with PHP.

But if you had a working site on a remote hosting service and expect it to run on your local computer, you need to review each and every PHP and HTML page on your site to be sure that all references are appropriate, starting with the directory structure. If that's exactly the same, then you need to look for references to URLs, such as the "action" parameters in <Form...> tags, hyperlink tags, any redirects, etc. etc. Typically, you may need to change code that refers to other files.
Post Reply