Skip to main content

Questions tagged [url-rewriting]

The tag has no usage guidance.

1 vote
1 answer
419 views

Trying to use regex to match the "?si=" on YouTube share links

I want to match the ?si= on the end of YouTube links using Regex so that I can filter submitted links to remove the ?si= and what comes after. I want to exclusively match that ID, and not anything ...
SamHammie's user avatar
0 votes
0 answers
96 views

Browser setting or extension to disable URL Rewriting

Sometimes I browse some websites, they had ads on their page, it is fine by me. But the ads rewrites URL so I can't go back to the page I browsed anymore, but go back to the page before instead. When ...
Suratraak's user avatar
  • 175
0 votes
1 answer
2k views

IIS URL Rewrite troubleshooting

I'm using IIS to reverse proxy HTTP requests to a nodejs app running in the same machine. URL rewrite and ARR modules are installed and the proxy setting checked. The URL matching seems good: if I ...
Bruno Tavares's user avatar
0 votes
0 answers
431 views

Removing IIS Request Filtering

I'd like a bit of a sanity check (feel free to migrate if I've chosen the wrong site). Setup I'm hosting (at home) an instance of Nextcloud (think "self hosted Dropbox") running on Ubuntu/...
MikeH's user avatar
  • 153
1 vote
1 answer
972 views

A script for Violentmonkey to automatically add something to the end of all wikia URLs?

Recently Wikia/Fandom has released a new design for their site that looks absolutely dreadful and they're slowly forcing it as the default skin for all of their wikis. Users can still log in and ...
Demon's user avatar
  • 95
0 votes
0 answers
498 views

Remove parameters from URL

I need remove a parameter from urls with htaccess from 1) http://example.com/?id=126:&catid=89 2) http://example.com/page?id=126:&catid=89 to 1) http://example.com/ 2) http://example.com/page ...
Paul James's user avatar
1 vote
1 answer
429 views

How to edit the URL in hyperlink in mass?

Say I have a text like this: Link 1 Link 2 Link 3 Notice that all the URLs has this format http://example.com/text_to_change/fixed_text Now I want to edit them to this: Link 1 Link 2 ...
Ooker's user avatar
  • 2,131
0 votes
1 answer
364 views

How to change protocol - ftp to http in Requestly chrome extension?

Is it possible to add a protocol in a search of "Redirect Request Rule" wanting to go from an "ftp:" to an "https:"?
Sachin Jain's user avatar
0 votes
1 answer
2k views

Add random number as query parameter to avoid caching with Chrome extension?

Is there a way to add the current timestamp as query parameters? I think it could be useful to avoid any cache issue. Originally Asked here - https://twitter.com/tcoppin_/status/1209131288965341190
Sachin Jain's user avatar
1 vote
1 answer
2k views

How to change domain of URL keeping params same using Requestly Chrome extension?

I need to change request domain, but keep params on the same, can Requestly extension do it? For Example www.domain1.com?a=1&b=2 --> www.domain2.com?a=1&b=2 PS - The question was asked ...
Sachin Jain's user avatar
0 votes
0 answers
81 views

Chromium is constantly changing URL

This is probably a desired behavior, but it annoys me a lot lately. I'm developing some software and need to send some requests to the server. When I type in for example https://myserver/rest/part1/...
NeplatnyUdaj's user avatar
1 vote
1 answer
522 views

IIS Url Rewrite Wordpress

I have 2 servers on an internal LAN, a Windows 10 Pro PC running IIS (http://windows10-pc on the LAN), and then I have a Raspberry Pi running Apache 2 (http://raspberrypi on the LAN). Both servers ...
John Ernest's user avatar
0 votes
1 answer
239 views

How would we eliminate the need to use index.php after the domain name to visit the endpoints for October CMS with NGINX on shared hosting?

I am using October CMS with NGINX on a shared hosting plan. How do I go about removing the need to put index.php after the top-level domain. For example: http://www.example.com/index.php/backend/ ...
Muhammad Asif Mohtesham's user avatar
2 votes
0 answers
395 views

Using URL Rewrite in IIS as Reverse Proxy

I am running a IIS server acting as a reverse proxy using URL ReWrite. It is being set up to forward https web requests as http to a web server inside our network. It appears to be forwarding ...
Jmmitche1984's user avatar
0 votes
0 answers
346 views

Tomcat 8.5 does not respond after a few days – Liferay 6.1

I am using Liferay 6.1 with Apache Tomcat 8.5 that runs with Java 1.7.82.  After a few days that Tomcat works fine! Liferay does not respond and I have to restart it to resolve this problem.  In ...
Nader Jafari's user avatar

15 30 50 per page