Tagged Questions
0
votes
0answers
11 views
custom 404 error page issue
i have facing custom 404 page issue
my directory are follows
index.php
404.php
my htaccess code is ..
Options +FollowSymLinks
RewriteEngine on
RewriteRule ([0-9])/ index.php?page=$1
...
0
votes
1answer
34 views
Magento Generating Random URLS
I am using Magento 1.7.0.2.
I am having problems with the system generating random urls which are generating 404's when google crawls the website.
They have an unusual format and I have no idea why ...
-2
votes
1answer
39 views
Preserve URL on 404 Error in .htaccess
Currently my 404 page looks like this: example.com/404.php . Is it possible that I could rewrite it to example.com/filethatdoesnotexist.php in .htaccess. I think you could do in php but I would rather ...
3
votes
1answer
190 views
404 error when i hosted my site in server
Am new to CodeIgniter and I developed a small website using this. My site is working fine in
localhost. But when I move my website to the web server, the first Welcome controller is working fine, ...
1
vote
1answer
161 views
Asp URL Rewrite on Multiple Domains
I'm currently making a link shortening service on my hosting package. I'm using URL rewrites to do this. An example of this working is here - dysign.co.uk/xBbYPL. This redirects you to Google.de. I'm ...
2
votes
1answer
256 views
Url rewriting rules for static web pages - returning 404 after using url with additional parameters
I use URL Rewriting module for IIS7 - because of URL rewrite for few static files.
Basically I am mapping /pretty-url to /real-file-name.html
So far it is simple.
But after adding query string to ...
0
votes
1answer
53 views
IIS URL Rewrite 2.0 vs Intellegencia Rewriter which one is preferrable? why? [closed]
We have already used Intellegencia url rewriter available here. On live server we have IIS URL Rewrite 2.0 installed as well. Our rewritten URL were working after the fix suggested by Mr. Raheel (see ...
0
votes
1answer
213 views
asp.net rewrite url logic works locally but not on server gives 404 error
We are using Intelligencia UrlRewriter. All URL rewriting logic works perfectly fine on local machine using the built in visual studio server but fails on the live server. Live server has IIS 7 and ...
3
votes
1answer
1k views
How can I rewrite custom post types slugs based on language?
I'm building a website with WordPress using it more like a CMS then a blogging platform. I made plenty use of custom post types and custom taxonomies. Last but not least I made it multilingual using ...
0
votes
0answers
40 views
How can I change the perceived URL of my wordpress 404 page?
If I navigate to mysite.com/pageThatDNE, I'd like my wordpress 404 template to load, but with the URL mysite.com/error/404?m=myCustomMessage. What is the best way to do that?
I tried using ...
0
votes
1answer
22 views
does mod_rewrite output have to exist?
I am trying to use mod_rewrite to generate cleaner urls.
I have the following in my .htaccess
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^mypage.php$ ...
0
votes
0answers
218 views
Got 404 error when rewrite URL using UrlRewritingNet in IIS 7
I using UrlRewritingNet dll from http://www.urlrewriting.net/ But I got the 404.0 not found error:
Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
...
1
vote
1answer
174 views
How can I return 200 when I get 404 by editing .htaccess file?
I've a .htaccess file and an index.html file in root directory of a domain. I've codes below in this .htaccess file:
DirectorySlash Off
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -d
...
2
votes
2answers
977 views
ASP.NET MVC 3 HttpPost action method not found
I have a simple form that posts to an HttpPost action method, which returns its corresponding view. My issue is that I'm getting a 404 Not Found error. Oddly enough, if I change the form method and ...
0
votes
1answer
379 views
Asp.net custom 404 not working using Intelligencia rewriter
Web.config :
<customErrors mode="On">
<error statusCode="404" redirect="~/Page-Introuvable" />
</customErrors>
Rewriter.config :
<rewriter>
<rewrite ...
2
votes
2answers
1k views
ASP.NET Context RewritePath 404 Error
I have an .net 4.0 web application works like a charm at my local computer and old web server. Both computer uses classic and .net 4.0 application pool without any problems.
But when i migrated to a ...
0
votes
0answers
156 views
Handling an expected 404 in Asp.Net MVC app
I am currently building a mobile site for my client, the m-site essentially replicates the data on the website but in a mobile friendly format. Anyway the data is currently coming from sharepoint ...
2
votes
4answers
3k views
mod rewrite to remove file extension, add trailing slash, remove www and redirect to 404 if no file/directory is available
I would like to create rewrite rules in my .htaccess file to do the following:
When accessed via domain.com/abc.php: remove the file extension, append a trailing slash and load the abc.php file. url ...
24
votes
6answers
539 views
redirect 404 to similar urls
I have a website with stories in it. I can have multiple types of stories within multiple categories like:
children
romance
scifi
action
thriler
quests
The stories are accessible using urls like:
...
1
vote
1answer
158 views
Handling 404's with non-redirecting pages that can't be "+1'd
I am using an .htaccess custom error page "error.php". Problem is, all it does is just redirect them.
I would like for my 404 to display the requested URL in the address bar, as if the user was ...
1
vote
3answers
2k views
Correct PHP for a 404 redirect?
I have to use custom 404 page for url redirection (.htaccess is not an option). I'm thinking of using the code below. I'm trying to account for valid redirection, and for the real case of a page not ...
0
votes
1answer
245 views
404 redirect and keep extensionless URL?
I'm setting up custom 404 redirects (.htaccess is not an option as I'm on IIS6), is there a way to do this and still keep the 'fancy' url in the address bar?
0
votes
1answer
149 views
Custom 404.asp possible for Rewrite?
I am building a site with many query string in classic asp like. category.asp?id-3 ..
problem my host is not support Asapi Filter or other component.
Only 404. can support
can we rewrite .. ...
6
votes
2answers
3k views
Custom 404 page when using IIS 7 Url Rewrite Module
I'm nearly done doing a major rewrite and redesign/restructuring of an existing website that gets a lot of traffic. I've been using the IIS 7 Url Rewrite Module to enable extension-less and ...
0
votes
1answer
2k views
“Rewrite Action” 404 Server Error! (IIS 7.0 MS URL Re-Write Module)!
Can anyone tell me why this is returning a 404 but works when I redirect it!
<rule name="Static All Paging" stopProcessing="true">
<match url="(.*)page-([0-9]+)$" />
<action ...
0
votes
2answers
1k views
mod_rewrite 404 and rewrite is not working
Greetings,
I cant get my htaccess mod_rewrite working as it should..
I have some basic RewriteRules for some static underpages, a redirect from the non www-version and now I would like to add a ...
0
votes
2answers
616 views
In Firebug 1.6.0, how do you tell what url triggered a 404 error?
I'm trying to work out some url rewrite issues and I'm trying to get firebug to help me. I'm getting 404 errors on misguided urls and I would like to see which ones are off. That way I can examine ...
0
votes
3answers
3k views
URLRewriter for IIS 7 returns 404 Server Error
I've implemented "Approach 3: Using an HttpModule to Perform Extension-Less URL Rewriting with IIS7" from here:
- ...
0
votes
3answers
1k views
Custom 404 redirect for a site with URL rewriting
In my site, I have used IIS7's URL rewrite module to redirect URLs like http://mysite.com/File.aspx?Name=SomeName into http://mysite.com/SomeName.
It appears that IIS7 has created a corresponding ...
10
votes
4answers
8k views
urlencoded Forward slash is breaking URL
About the system
I have URLs of this format in my project:-
http://project_name/browse_by_exam/type/tutor_search/keyword/class/new_search/1/search_exam/0/search_subject/0
Where keyword/class pair ...
2
votes
2answers
3k views
Wordpress : URL error 404 but the page exists
I moved my wordpress (3.0) blog to my dedicaced server.
Just one thing is broken :
if i set the url in worpress to be
http://wwww.example.com/page?id=3
The page is correctly shown
If i set the ...
0
votes
1answer
244 views
Reject (Hard 404) ASP.NET MVC-style URLs
ASP.NET MVC web app that exposes "friendly" URLs:
http://somesite.com/friendlyurl
...which are rewritten (not redirected) to ASP.NET MVC-style URLs under the hood:
...
0
votes
0answers
160 views
Tracking where a custom 404 is handled - code, IIS, etc?
Is there any means to track where within code a 404 error is handled? We have a site that we have taken over that doesn't seem to be reacting as expected. We have changed the IIS custom errors page ...
2
votes
7answers
7k views
Postback problem when using URL Rewrite and 404.aspx
I'm using URL rewrite on my site to get URLs like:
http://mysite.com/users/john
instead of
http://mysite.com/index.aspx?user=john
To achive this extensionless rewrite with IIS6 and no access to the ...


