Questions tagged [url-modification]
12 questions
6
votes
1 answer
Human-readable URLs: preferably hierarchical too?
In a now migrated question about human-readable URLs I allowed myself to elaborate a little hobby-horse of mine:
When I encounter URLs like http://www.example.com/product/123/subpage/456.html I always think that this is an attempt on creating…

jensgram
- 31,109
- 6
- 81
- 98
1
vote
1 answer
Add/remove Cake named URL parameter for a link
Using CakePHP 1.3 there are named parameters in the URL like .../name:value/...
These are used for example by pagination links .../page:2/key:date/sort:desc/...
How to generate links with HtmlHelper::link() adding/deleting such named parameters from…

sibidiba
- 6,270
- 7
- 40
- 50
0
votes
1 answer
How to remove only sub category URL from magento
I am using Magento for my eCommerce website
My current URL structure is :
example.com/parent-category/sub-category/page
I want a solution for the URL be changed to:
example.com/parent-category/page
I just want to remove sub category from the URL

suhanshukla
- 1
- 1
0
votes
1 answer
batch convert weblinks by appending characters
is there any easy way to batch convert links by appending characters and provide batch output.
As shown in this picture
https://i.stack.imgur.com/DActh.png
The inputs will be given in batch as separate lines , and the output expected is batch in…

Faisal
- 3
- 3
0
votes
1 answer
which youtube url modifier to use to enforce mobile version on a desktop pc
I remember I saw somewhere on the internet a way to use url modifiers to set mobile version of YouTube permanently - until the current tab with that url is closed.
I tried searching here, but don't see anything similar.
It was something…

RecklessTony
- 11
- 2
0
votes
1 answer
Best way to modify URL parameters with js
I trying to modify URL parameters, but I can't find a perfect way.
First I tried with:
window.location.href = window.location.href + '?test';
The problem is, that the page reloads and it is just added to the url.
Then I tried…

Max Di Campo
- 408
- 1
- 4
- 12
0
votes
1 answer
AJAX live search's data goes away after refreshing (PHP)
I have an error related to AJAX Live Search.
When I search something from the Database, it searches the data and shows me the results of the data being searched, but when I refresh the page, the data goes away.
I need for the URL to become…
user9985808
0
votes
1 answer
Mod rewriting using .htaccess friendly url
My url is http://example.com/product/Braided/table-fan
And i want to rewrite like this http://example.com/Braided/table-fan
where product is my php file.
Current rules:
Options +MultiViews +FollowSymLinks
RewriteEngine on
RewriteCond…

Shailendra Gupta
- 1
- 1
0
votes
2 answers
how to remove # from URL in AngularJS?
I'm using AngularJS 1.3.
my project url is http://localhost/MyProject/app/#/index.html
I want to open index.html at url http://localhost/MyProject/index.html
How can i do this? can anyone help?…

Sandeep Sherpur
- 2,418
- 25
- 27
0
votes
2 answers
problem with adding URL variable with JavaScript
I am trying to set and catch the URL variable
It begins with a form which has the standard action set to "/autorisation/logout"
Then a button with an inline JavaScript function
function tbPayout()
{
parent.location =…

Richard
- 4,516
- 11
- 60
- 87
-1
votes
1 answer
Modify url in Firefox
I want to intercept and modify a url in firefox so that part of it turns into a "better" version of the website.
More specificity I want to turn this:
https://www.youtube.com/shorts/(video-id)
into…

MrSVCD
- 1
- 1
-2
votes
4 answers
How to remove part of url using python?
I have a problem. I can't figure out a way to do this so I'm asking for someone to help.
I have URL like below:
https://abc.xyz/f/b/go_cc_Jpterxvid_avi_mp4
And, I want to remove the last part of URL and change /f/ with /d/ so that I can get the…

Mouhcin Iuoanid
- 53
- 1
- 8