0
votes
0answers
12 views

How to store user profile data(images, jsons) for web application

In my java web application, I want users to login and upload some images and json files. While looking for the solution I found one related question Here. The only answer provided says that this data ...
0
votes
0answers
25 views

Rewrite URL redirects to 404

I have a page like http://www.fcarges1953.ro/colectie/sezon-programe/?id_sezon=1&slug=1961-1962 I tried to rewrite url like http://www.fcarges1953.ro/colectie/sezon-programe/1/1961-1962/ This is ...
0
votes
2answers
18 views

serve 404 page from a folder with static files when using Joomla

I have a Joomla site running on Apache and Ubuntu 12.04. I wanted to show a custom 404 pages to be shown when a 404 error occure. I have made necessary changes to error.php file in my template ...
0
votes
0answers
11 views

Apache block access to directory with 404

I was trying to block access to directory but the problem is that use will get 403, The problem is that i dont want the user even know there was a folder so i want him to get 404 instead, The closest ...
0
votes
1answer
55 views

Plesk custom 404 page not working

Using Plesk 11. The custom error docs is working for inside the httpdocs folder for the vhost, but it is not working for the other domains outside the vhost. For example, my vhost is called ...
0
votes
1answer
32 views

Trouble configuring Apache Tomcat Server on Eclipse

I am having trouble configuring my Tomcat on Eclipse. I followed the steps to set up a local Apache Tomcat Server on my Mac, and I also set up an SSL on the Tomcat Server successfully. However, after ...
0
votes
0answers
48 views

Error 404 on Apache when the URL contains characters like brackets or hyphens

In my Zend Framework 2 application I have a catalog of cities with links to sports pages: page "Cities" (/catalog) Madrid link: website.tld/catalog/Madrid Berlin link: ...
0
votes
0answers
38 views

How to replace Apache 404 status code with 200

I know that I can use ErrorDocument directive to replace the content of a 404 page. But that does not replace the 404 status code returned from Apache. I would like all 404 status codes to be ...
0
votes
0answers
17 views

php requests to one directory and other assets to another directory using aliasmatch on apache not working

I am using Apache 2.4.2 (on WAMPServer). On a previous install of WAMPServer with Apache 2.2.22 I got the following aliasmatch to work, but on this new 2.4.2 version I always get a 404 page not found ...
0
votes
1answer
90 views

Using mod_rewrite to return 404 for all requests on http [closed]

I am configuring apache to create a site that will use mod_jk to connect to an app running on tomcat. I only want https requests to access my app and I would like to use mod_rewrite to return a 404 ...
0
votes
1answer
51 views

Why can't my custom 404 handler see my static content?

I decided to use SEO friendly urls in my project. That's why I send all requests through my 404 custom handler (index.php) ErrorDocument 404 /index.php this is the place where I check for the path ...
0
votes
1answer
68 views

With static content: Apache custom 404 page that returns 404 error

I have the same problem as Apache custom 404 page that returns 404 error, but additionally I use html files and no scripting language. Is there a possibility to configure Apache in a way that it ...
0
votes
1answer
120 views

Netbeans project 404 + apache localhost XAMPP

I've created a web project in Netbeans. When I run it, it starts a glassfish server, and everything works fine (I don't understand why or how, but it works). I also have XAMPP installed on my mac. I ...
0
votes
2answers
144 views

PHP - Header 404 not triggering htaccess ErrorDocument

This isn't my exact PHP as it's rather complicated, but it's the same general idea. if($_GET['page'] == ".htaccess"){ header("HTTP/1.0 404 Not Found"); } When this happens, Apache doesn't load ...
0
votes
0answers
50 views

Redirect or Rewrite by .htaccess or is it a server misconfiguration?!

Out of the blue we have lately crawl errors -> Google Webmaster tools pointed us on this <-. Thats not a real problem if it wasn't like following; Error: Googlebot couldn't crawl this URL ...
-2
votes
4answers
60 views

How to show Error 404 in static pages? [closed]

I have a website say mywebsite.com. I have created 3 static pages: 1. mywebsite.com/index.php 2. mywebsite.com/about.php 3. mywebsite.com/main.php I am using PHP to include different files. Now I ...
0
votes
2answers
89 views

404 handling when 404 page is overwritten in apache

I am working on a website where I have configured apache to point the 404 page to index.php via: "ErrorDocument 404 /index.php" so i can parse the url arguments manually. I am currently writing an ...
0
votes
1answer
106 views

PHP 404 response and redirect

I know that I can setup a 404 error page simply enough using .htaccess. As I understand it, if a page isn't found, an error gets sent back to the browser and the 404 page is displayed. The user may ...
0
votes
0answers
56 views

RVM+Apache+Passenger+Bundler disharmony . Error 404 on SubUri

I've spent all day trying to figure out what was the problem with my SubUri. It basically runs two rails applications in a webserver, the first one, myapp1, runs on the root, and the second one, ...
-1
votes
2answers
98 views

php-apache configuration issue [closed]

I have installed apache 2.2 and php 5.2.6 on windows 7. While installing PHP, i chose Apache2.2x module in web server setup page. On the last step, it gives an error saying i have to manually edit the ...
0
votes
1answer
502 views

.htaccess file can't find 404 ErrorDocument

The .htaccess file I have is unable to find my 404.html document in a sub-folder called "error". The line in particular is: ErrorDocument 404 /error/404.html However, if I place 404.html in the same ...
1
vote
0answers
157 views

Debugging Intermittent 500 Internal Server error & 404 Not Found

I'm having an issue with an intermittent 500 internal server error. The error will sometimes appear every 2nd or 3rd page refresh, and sometimes it will not appear for a few hours and then suddenly ...
1
vote
1answer
254 views

SpagoBI AxisFault

I am trying to integrate SpagoBI into my existing web application via the .jar files inside the SpagoBISDK. I downloaded their All-In-One-SpagoBI which consists of their BI Server which is already ...
0
votes
1answer
122 views

Apache ErrorDocument: showing 404 URL

I suspect this can't be done, but here goes anyway. Is there a way, on a static site, to show the URL the user is trying to reach when you use the Apache directive ErrorDocument to redirect a 404 File ...
-1
votes
1answer
90 views

Custom Error Page for Apache

My .htaccess file: AuthType Basic AuthName "FORBIDDEN AREA" AuthUserfile "../htdocs/forbidden/.htpasswd" Require valid-user <Directory /server> Order allow,deny Allow from all ...
0
votes
0answers
233 views

jnlp resource is not available in Apache Tomcat

I searched most threads but unfortunately I did not find a solution to my problem. I'm trying to perform a JWS launch of a simple Swing by reproducing the example ...
1
vote
1answer
90 views

Zend Framework rewrites: /index gets 404

I have simple rewrite rules: RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !\.(js|ico|txt|gif|jpg|png|css)$ index.php Rules work ...
0
votes
3answers
201 views

Laravel authorization 404

Been using laravel (current stable version) for 2 days now, and after reading the documentation... played a bit with the templating systems and some other stuff. Now after installing Authority bundle ...
2
votes
1answer
390 views

PUT request from Backbone to Slim REST service causes 404 Not Found

I have a backbone script that calls a Slim REST service. GET requests are working fine, PUT requests are returning 404 Not Found. Note: this was working until my code was recently moved to a ...
0
votes
1answer
225 views

CGI not working with httpd server on busybox 1.15.0 on ltib linux 2.6.34 (404 page not found)

I have some industrial ARM linux board with 2.6.34 Linux on it with Busybox v1.15.0. The https.conf is located in /etc/ and contains: H:/root/www In the www directory I also have cgi-bin folder ...
0
votes
1answer
266 views

Slim aways show 404 error page

I'm trying to test Slim on my Mac under XAMPP or native Apache Server from MAC OS, but under anyone works. Follow the code: <? require 'Slim/Slim.php'; \Slim\Slim::registerAutoloader(); $app = ...
0
votes
1answer
234 views

404 on starting tomcat server and Tomcat Native Library not found on java library path

So i started a Tomcat webserver in Eclipse in win 32-bit environment. And i get a 404 webapp not found when pointing to localhost:8080/HippoWebApp. The page has some info: The requested resource ...
0
votes
1answer
80 views

Display 404 error when a certain URL is accessed using a specific sub-domain

I have two sub-domains that point to the exact same files. I use server-side code to control the styling/images. I want a particular page to be accessible to only one of the sub-domains. How can I ...
1
vote
2answers
523 views

404 Not Found with Apache server

I am trying to get my website setup and whenever I try to use my domain name to connect I get "404 Not Found" When I try and reach the site with my IP it works fine. I am on Debian x64. Can someone ...
1
vote
1answer
93 views

404 needed instead of Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 on pages with XX0 permissions

Using PHP Version 5.3.15 with Apache 2 on a Mac Web Server. A while back (it's been years) I had this working right and I have no idea what has changed so I was wondering if anyone has a solution. ...
0
votes
4answers
99 views

Mod-Rewrite rules are breaking 404 routing

I am using the following mod-rewrite in my .htaccess file: RewriteRule ^$ pages/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ pages/$1 [L] The ...
1
vote
2answers
401 views

How do I server-redirect to the default error page from an error code set with the header() function?

I wanna know if there is a posibility of making the apache server auto redirect to its default error page from an error code set within the header() function. lets say I have my page.php, this page ...
0
votes
2answers
58 views

I don't know where to start…htaccess file and probably Apache? [closed]

I have no idea what any of this stuff means. I just know that GoDaddy tech support said it's a problem with .htaccess, WordPress and Apache. Briefly, when I remove the .htaccess file from the root ...
0
votes
1answer
203 views

404 Page redirect to custom pages

for e.g i have the following page gives 404 error http://www.example.com/requirements/about-tn/about-us.html I want the above page to the following url only if the above page is returning 404 error ...
0
votes
1answer
188 views

/cache url requests causing 404 errors

We are developing a PHP webapplication. Lately our apache logs show that Apache serves a 404 error page for a particular case. The logs indicate that the HTTP_REFERER is: ...
2
votes
2answers
8k views

Getting 404 Not Found error while trying to use ErrorDocument

I know this thread has been talked a lot on the web and here, and I tried almost all the methods, but still I'm having the same problem. This is my url on my local server ( MAMP ) ...
0
votes
0answers
193 views

Apache with weblogic plugin: Redirect all 404 [Not Found] to 403 [Forbidden]

I would like to know how can I configure Apache to redirect 403 instead of 404 response. I could only set, that all requests are forbidden. There is a weblog For example: RewriteCond ...
0
votes
1answer
123 views

Apache cross domain 404

I want to make apache to always open up a signle page for 404 errors from all subdomains. The problem is that my subdomains are located in subfolders in public_html, and thus have a different root ...
0
votes
1answer
333 views

500 Internal Server Error instead of 404 Page Not Found

Any idea why I get internal server errors instead of 404 errors? ErrorDocument 404 /404.html That's whats in my .htaccess file, so I really don't know why it does that... :/ Also note, this is on ...
0
votes
0answers
134 views

Changing Apache Access Control 403 to 404

I'm using the mod_authz_host module with Apache 2.2.14 to deny access to a site to all but a specific set of IP addresses, i.e. - Order Allow,Deny Allow from xxxx.com This works fine and returns a ...
0
votes
1answer
163 views

Change custom 404 error page

Some time ago I changed my 404 error page to the main page of my site. (Silly of me, but I'm new at this and it seemed like a good idea at the time.) Trouble is, I forget how I accomplished it. I ...
0
votes
1answer
123 views

Get the URL users came from on an Error 404 Page using PHP?

I'm currently building an Error 404 page for a website project. People are redirected to this page using .htaccess if the page they requested can't be found. I want to display on the custom Error ...
0
votes
0answers
120 views

Disable 404 logging for specific directories with Apache

With apache, is it possible to disable logging of 404s for a specific directory (or set of directories)? I have several folders of JPEGs which are constantly changing, and currently my error_log is ...
1
vote
0answers
176 views

XAMPP Error with using ErrorDocument in .htaccess

I am using a .htaccess file for a short url system that I made. It is supposed to use a file, sudir.php, to find the url that the "code" that was entered is for. But whenever I goto the page at ...
0
votes
2answers
89 views

mod_rewrite and php 404

I have RewriteRule /somefile.php index.php [L] in my .htaccess and header("HTTP/1.0 404 Not Found"); in my index.php. But 404 don't work, and I getting blank page. Why? header("HTTP/1.0 404 Not ...

1 2 3