21 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for SimonIoa

I have this on my error log. GET /wall/roves/378 HTTP/1.1" 404 212 i know it means that page its not found but i cant figure out why? its an Apache thing?

Member Avatar for SimonIoa
0
174
Member Avatar for prnjn

Hi, I am learning struts 2 framework and i have also used OGNL in it for data transfer. The problem is when i run the Login.jps page on apache tomcat server through Eclipse Indigo , i get the error "HTTP Status 404 - /Priyanjan_banking/Login.jsp" Please help me out . The …

Member Avatar for LastMitch
0
1K
Member Avatar for jesminheren131
Member Avatar for pzuurveen

i got a testing blog that got spammed. So I removed the entire blog. Now weeks later, my errorlog still get thousends of 404's a day. I still want to see 'normal' 404 from other sites on that server. There are no files in that dir but .htaccess: RewiteEngine on …

0
162
Member Avatar for ziyaddinsadigov

I want to handle 404 error if script can't load some resouce after document is ready. Here is code: (function( $ ){ $.fn.onair=function(){ var tid = setInterval( function () { if ( document.readyState !== 'complete' ){ return; alert("salam") } else if(document.readyState=='complete'){ if (document.onerror){ //ajax $.ajax({ statusCode: { 404: function() { …

Member Avatar for Taywin
0
496
Member Avatar for brainfo

hi. I successfully created a portfolio section in wordpress with quicksand with the help of http://wp.tutsplus.com/tutorials/theme-development/create-a-quicksand-portfolio-with-wordpress/ site. And now am having problem that when ever i click any view detail page it shows " This is somewhat embarrassing, isn’t it? It seems we can’t find what you’re looking for. Perhaps …

Member Avatar for blocblue
0
242
Member Avatar for prathapsv3

I have just started to learn PHP.I have installed Netbeans and WampServer, now when i run a sample php code in netbeans, browser showing 404 error.i think everything installed correctly,may be its because of some connection problem with browser and netbeans,should i change something in project properties?.Could someone please help?

Member Avatar for Marcus mouse
0
461
Member Avatar for Patiodude

I recently converted all my website's files to .php, including my index.html and 404 page. Everything worked fine until I clicked a dead link, and no 404 page came up. Naturally, I figured I forgot to update the .htaccess file. After doing so and re-uploading it, every page on my …

Member Avatar for |-|x
0
246
Member Avatar for kukula

Hi there, at the beginning I must admit that I am not good at PHP. I made a few websites in HTML but now I don't know what happened and what to do with it. I wanted to change a few things at [http://www.tips2.pl/](http://www.tips2.pl/) which is made in PHP. Everything …

Member Avatar for kukula
0
198
Member Avatar for ak47carbon

i want to give this type of coding in my website plz tell how can i give 404 error page like in this url http://www.google.com/m.php

Member Avatar for veedeoo
0
114
Member Avatar for krunalk

Hi All, I have to redirect page to no-page-found.aspx in case there is no such page is existing in website. i have implemented it. it works on local successfully but it is not working on live site. if i write .aspx at the end then it is redirecting. ex. i …

Member Avatar for thines01
0
173
Member Avatar for krunalk

Hi All, I have to redirect page to no-page-found.aspx in case there is no such page is existing in website. i have implemented it. it works on local successfully but it is not working on live site. if i write .aspx at the end then it is redirecting. ex. i …

0
107
Member Avatar for klemme

Hi, I have a question about custom 404 pages: Lets say the user enters a non existing url, and the custom 404 page is made like this: [CODE] header("HTTP/1.0 404 Not Found"); header("Location: http://www.domain.com/custom404.php"); [/CODE] [B]What does google do when reaching this code? Does it create any duplicate content? since …

Member Avatar for Cyberdesignz
0
156
Member Avatar for divin757

When I try to navigate to the service it shows me the methods like normal but when I try to see the wsdl I get a file not found error. I have created both the wsdl.aspx and the disco.aspx. They have been deployed into _vti_bin folder. I was able to …

Member Avatar for divin757
0
249
Member Avatar for jrotunda85

I've been having a reoccurring issue with my VPS since I moved to a new company and I'm trying to figure out what the issue is. There are a few different things going on (I believe they are all connected) -- [LIST=1] [*]When you visit a page that doesn't exist, …

Member Avatar for jrotunda85
0
282
Member Avatar for Pinchanzee

Anyone have any experience with Soft-404 errors on non-error pages on Google webmaster? I'm getting a lot of "Soft-404 (404-like content)" crawl errors in my account. The links all actually work, but google's crawler doesn't seem to like them, which I doubt will do me many favours. The problem seem …

Member Avatar for Pinchanzee
0
178
Member Avatar for nquinlan

I am trying to pipe an email to PHP. I currently have set up a forwarder in cPanel that does the following : [B]|/home/username/public_html/mailscripttest.php[/B] mailscripttest.php has permissions 755 and contains: [CODE=php] #!/usr/bin/php –q <? /* Read the message from STDIN */ $fd = fopen("php://stdin", "r"); $email = ""; // This …

Member Avatar for chrishea
0
581
Member Avatar for keavon

Hi, I'm making a 404 page, and I want it to display the current URL, but I don't want it to be server side. I don't know much about any variables are anything, so it would be nice if a nice person could give me all of the needed code …

Member Avatar for keavon
0
167
Member Avatar for Nick Evan
Member Avatar for Dani
0
101
Member Avatar for strax

hello, setting up my first home server here. i can access apache server on my local network fine, but port 80 is blocked by my isp, so I cant access it from outside my lan. so i added listen 8080 to port.conf then i forwarded the port in my router. …

Member Avatar for rch1231
0
144
Member Avatar for Clawsy

Hi, I have an urgent ugly problem. I have a php file on a server that reads the name of the files of a directory from the server and POST them to my java application. When I try to read it, i get [CODE]Server returned HTTP response code: 400 for …

Member Avatar for PatrickSharp
0
898

The End.