url-rewriting Questions

2

I am using NEXT/Image component and facing this issue: When I open the source code on chrome the image src is this: https://www.example.com/_next/image?url=%2Fimages%2Fhome%2FDog-image-1.jpg&w=...
Woodsy asked 8/3, 2022 at 9:30

5

Solved

I have updated Apache today (to 2.4.56-1) and a load of .htaccess rewrites that used to work are now getting AH10411 errors, relating to spaces in the query. I'm struggling for a 'proper' solution....
Oppenheimer asked 9/3, 2023 at 12:0

4

Solved

We've encountered a problem where we have unwanted permanent redirects on a Magento store we're working on, and I'm looking to see how we can start with a blank slate in terms of these redirects. W...
Cacka asked 26/7, 2012 at 16:3

3

Solved

Can /etc/hosts be used instead of resolver when using proxy_pass? I need to perform a proxy_pass to the same nginx machine. Is there a way to resolve the domains using the machine's /etc/hosts fil...
Cirrostratus asked 29/11, 2011 at 2:14

1

Having run into a CORS error in Angular v16.1.0 (using port 44498) with a ASPNET CORE DotNet 6.0 backend (using port 44303), I have followed the recommendation of using the Angular Proxy to rewrite...
Cummings asked 28/8, 2023 at 19:44

7

Solved

When I added the URL rewrite code in web.config and then publish it into azure. it will automatically redirects to https even I am trying to access website with http. <rewrite> <rules&gt...
Striped asked 11/4, 2017 at 6:50

12

I try to get an / to every urls end: example.com/art should example.com/art/ I use nginx as webserver. I need the rewrite rule for this.. For better understanding check this: http://3much.schnick...
Hamilton asked 14/3, 2009 at 12:33

9

Solved

In my apache configuration I have the following simple rewrite rule which unless file exists will rewrite to index.php on the urls you never see the file extension (.php) how can I rewrite this...
Superpower asked 16/10, 2012 at 23:17

2

Solved

I'm wondering whether I can use RewriteEngine On only once within my htaccess when it is embed in IfModule mod_rewrite.c or do I have to use it every time because it is embeded? See example below....
Flirt asked 14/7, 2013 at 3:56

3

I am using Application Request Routing 3.0 with IIS's failed request tracing. I am having issues with my rewrite rules so I wanted to troubleshoot it. I wanted to follow the steps below to enable...
Euphonium asked 7/7, 2016 at 23:8

3

Solved

all I need is to get a string as URL without showing the PHP filename. I have file contact.php page I am trying to get URL as e.g. localhost/contact.php this is what now I am getting I need ...
Tripp asked 21/8, 2015 at 12:8

5

Solved

How can I use a Servlet Filter to change an incoming URL from http://nm-java.appspot.com/Check_License/Dir_My_App/Dir_ABC/My_Obj_123 to http://nm-java.appspot.com/Check_License?Contact_Id=My_Obj_12...
Monody asked 27/4, 2010 at 20:59

2

Solved

I have a AngularJS application that utilizes URL Rewriting for linking. My rewrite rule looks like : <rewrite> <rules> <rule name="MainRule" stopProcessing="true"> <match u...
Aluminize asked 3/9, 2014 at 12:25

4

I'm having some issues with passing an email address in a url to a symfony app. The url looks like example.com/unsubscribe/email/[email protected] It will always result in a sfError404Exce...
Gilford asked 19/10, 2009 at 20:25

6

Solved

I have a URL that looks like: url.com/picture.php?id=51 How would I go about converting that URL to: picture.php/Some-text-goes-here/51 I think WordPress does the same. How do I go about mak...
Sideband asked 5/5, 2013 at 20:43

3

Solved

Is it possible to block POST method on some url like www.mydomain.com/dontposthere www.mydomain.com/something/againdontposthere in htaccess ?
Americano asked 14/6, 2013 at 17:47

9

URL normalization (or URL canonicalization) is the process by which URLs are modified and standardized in a consistent manner. The goal of the normalization process is to transform a URL into a n...
Lunsford asked 7/6, 2010 at 22:33

9

Solved

All of my URLs on my Magento installation require index.php in them, like: http://example.com/index.php/admin/ http://example.com/index.php/customer/account/login/ The problem is that the system...
Hygiene asked 6/5, 2012 at 22:14

2

IIS does URL cleanup on directories by adding a trailing slash. See this old docs from IIS 6: IIS generates courtesy redirect when folder without trailing slash is requested Why? Is the intent sti...
Ine asked 7/12, 2011 at 18:16

15

Solved

I just read amending a single file in a past commit in git but unfortunately the accepted solution 'reorders' the commits, which is not what I want. So here's my question: Every now and then, I no...
Aquarelle asked 23/6, 2010 at 16:32

3

Solved

My website is running on InfinityFree hosting and it ads ?i=1 suffixes (like www.mysite.com/?i=1, or /?i=2, or /?i=3) to every URL to protect websites against malicious bots, as they say. But of c...
Littoral asked 13/7, 2017 at 12:21

9

Solved

I have the AngularJS seed project and I've added $locationProvider.html5Mode(true).hashPrefix('!'); to the app.js file. I want to configure IIS 7 to route all requests to http://localhost/app...
Cercus asked 27/9, 2012 at 4:24

5

Solved

I am hosting a Wordpress website in IIS 8 I am getting the following error: Failed to load resource: the server responded with a status of 500 (URL Rewrite Module Error.) When I upload a new ...
Vamp asked 2/9, 2015 at 9:31

13

I have just moved my website to new computer which uses IIS 8 from one has IIS 7.5. All but URL rewriting is working well. there is no error message than "HTTP Error 404.0 - Not Found" which I got....
Radiophone asked 30/1, 2013 at 15:19

4

Solved

I have implemented SEO URLs using Apache 301 redirects to a 'redirect.cfm' in the root of the website which handles all URL building and content delivering. Post data is lost during a 301 redirect...
Dantedanton asked 29/11, 2012 at 15:13

© 2022 - 2024 — McMap. All rights reserved.