htaccess 301 redirect — remove a path

MOB

I am trying to do this htaccess 301 redirect, but I am stuck.

What I want is to remove a string in the URL, the path is:

/index.php/images/forum_icons/

I want the redirect it so all pages that may get that path in the URL will be removed. -- Thanks in advance.

FROM:

/index.php/images/forum_icons/feed.php?f=6

TO:

/feed.php?f=6
Amit Verma

Try:

RewriteEngine on 
RewriteCond %{THE_REQUEST} f=([^&\s]+) [NC] 
RewriteRule ^index.php/images/forum_icons/feed.php$ /feed.php?f=%1 [NE,R,L,NC]

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

htaccess 301 redirect -- remove a string

분류에서Dev

Redirect 301 in htaccess changes the url encoding

분류에서Dev

HTACCESS 301 redirect issue with strange url variables

분류에서Dev

htaccess redirect 301 https www to non www

분류에서Dev

htaccess 301 Redirect Wildcard for New Base Domain Name

분류에서Dev

.htaccess 500 internal server error when adding simple 301 redirect

분류에서Dev

301 .htacess redirect issue

분류에서Dev

301 redirect for all get request

분류에서Dev

301 Redirect a folder to a single page

분류에서Dev

301 Redirect to a 302 Redirect (SEO implications)

분류에서Dev

Remove index.php, force ssl, and redirect www to non www in .htaccess

분류에서Dev

.htaccess does not redirect

분류에서Dev

Redirect rule not fired in htaccess

분류에서Dev

Redirect 301 on changed root name not working

분류에서Dev

301 redirect complete url to different extension, BUT with exceptions

분류에서Dev

301 htaccess 다시 쓰기

분류에서Dev

Magento htaccess 리디렉션 301

분류에서Dev

Proper htaccess 301 to prevent duplicate hostname issues?

분류에서Dev

Codeigniter : htaccess 301 리디렉션

분류에서Dev

Set up of conditional redirect in htaccess

분류에서Dev

htaccess redirect files to new domain

분류에서Dev

URL redirect not working with .htaccess not working

분류에서Dev

.htaccess Redirect from URL with parameters

분류에서Dev

htaccess - redirect removing part of url

분류에서Dev

htaccess redirect with unique id to title

분류에서Dev

Remove parts of url with htaccess

분류에서Dev

Node.js: 301 redirect non-www without express

분류에서Dev

how to do 301 redirect of the same URL with a difference in hypen

분류에서Dev

Spring + Tiles. How to return 301 redirect (instead of 302) in Controller

Related 관련 기사

뜨겁다태그

보관