Answer the question
In order to leave comments, you need to log in
mod_rewrite: how to hide folder in url?
The question is.
The site has a folder with pictures:
site.com/images
It has categories:
http://site.com/images/banners/
http://site.com/images/monitors/
http://site.com/images/computers/
http://site.com/images/notebooks/
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteRule ^images/(.+)$ http://site.com/$1 [R=301,L]
Answer the question
In order to leave comments, you need to log in
I can’t check if it works now, but the logic should be something like this:
RewriteRule ^cat([0-9]+)/(.+)$ site.com/images/cat$1/$2 [R=301,L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question