Top "Mod-rewrite" questions

URL rewriting module for the Apache web server.

Add Trailing Slash .htaccess

I'm trying to get the following effect (using this local file http://localhost/[company_name]/[project_name]/.htaccess): http://localhost/[…

.htaccess mod-rewrite redirect slash trailing-slash
mod_rewrite equivalent for IIS 7.0

Is there a mod_rewrite equivalent for IIS 7.0 that's a) more or less complete b) suitable for a production environment, …

iis mod-rewrite
Yii2 htaccess - How to hide frontend/web and backend/web COMPLETELY

I think I am pretty close. I have the htaccess redirecting to the website (frontend/web) and the /admin path (…

php apache .htaccess mod-rewrite yii2
What exactly does the Multiviews options in .htaccess?

I've been struggling a lot with an access rule that needed to rewrite one piece of URL adding a path. …

.htaccess mod-rewrite
Mode Rewrite; with/without trailing slash on end of url?

I basically tried this mode_rewrite rule below. It works with a slash on the end but I want it …

.htaccess mod-rewrite url-rewriting friendly-url
Redirect a range of IPs using RewriteCond

Currently I am redirecting all users except for the IP 12.345.678.90 using: RewriteEngine On RewriteCond %{REQUEST_URI} !/maintenance$ RewriteCond %{REMOTE_HOST} !^12\.345\.678\.90 …

apache .htaccess mod-rewrite
Retain original request URL on mod_proxy redirect

I am running a WebApplication on a Servlet Container (port 8080) in an environment that can be accessed from the internet (…

apache web-applications mod-rewrite redirect mod-proxy
500 Internal Server Error when using .htaccess with RewriteEngine

I am on the shared host Bounceweb and I am trying to add some rewrite rules to make my links …

.htaccess mod-rewrite
Hidden features of mod_rewrite

There seem to be a decent number of mod_rewrite threads floating around lately with a bit of confusion over …

apache .htaccess mod-rewrite
Redirect to other domain but keep typed domain

After looking on the internet for about an hour, I didn't find the answer to my question. So I'm searching …

regex apache .htaccess mod-rewrite mod-proxy