python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
htaccess rewrite rule with 2 variables (1 optional)
I'm aware this has already been asked, but I've tried countless solutions but I'm still not getting the desired result.
I've a page which shows a list of names and the variables data are the starting ...
ZRep
Votes: 0
Answers: 1
Redirect via htaccess and remove part of link
I like to redirect my website.
Now I have:
https://www.old.example/NL/page
And it has to become
https://www.new.example/page
I know I can change the domain with
Normaly I would use something like th...
Coolen
Votes: 0
Answers: 1
htaccess rewrite condition that uses regex
I'm a noob when it comes to regex. What I'm trying to accomplish is:
https://www.example.com/shop/product-floating-front-rotor-kit/
should redirect to
https://www.example.com/shop/product-matching-fro...
krskaggs13
Votes: 0
Answers: 1
In Apache how to do an external redirect to the slashless version of a URL with a subfolder .htaccess file
On Apache 2.4 I have an .htaccess (in a subfolder) which rewrites slashless requests inside that folder to appropriate index files:
DirectorySlash Off
RewriteEngine On
RewriteCond %{REQUEST_FILENAME}...
halloleo
Votes: 0
Answers: 1