D-Mack Media Forums

Full Version: 404 - error on submit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have uploaded the program quite easily but when I hit the convert button I get the following message. I am very new to this so can you please explain to me in simple terms what I need to do.

404 - Not Found
The page you are trying to access does not exist.
If this error persists, please contact the website webmaster.
If you are the webmaster of this site make sure that:


You have uploaded correctly your files to the public_html directory which is the web-root of your account;
You have not misspelled the URL. Bear in mind that letters are case sensitive and no white spaces are recommended;
In case you have applied SEO - SEF URL rewriting rules, make sure you have re-named the htaccess.txt file to .htaccess. If there is already a non-empty .htaccess file read it and make sure the necessary rules are un-commented.
Hi
The 404 or Not Found error message is an HTTP standard response code indicating that the client was able to communicate with the server but either the server could not find what was requested, or it was configured not to fulfill the request and not reveal the reason why. Are you a registered user on that site?

Thank you....
it is clear that some of your application code is running when the
non-existent page is requested.
this is probably in application_beginrequest or session_start in
global.asax?
if not there must be some other httphandler or module running that is
invoking your code.
can you debug the server and set a breakpoint before the nullref exception?
then look at the stacktrace and see where it comes from. it will probably
say <non user codebut you may get a clue.
Reference URL's