Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8585607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:06:28+00:00 2026-06-11T22:06:28+00:00

How can I redirect a URL like http://sample.com/view_image?v=random key like youtube to http://sample.com/view/?v=random key

  • 0

How can I redirect a URL like
http://sample.com/view_image?v=random key like youtube

to

http://sample.com/view/?v=random key like youtube?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T22:06:29+00:00Added an answer on June 11, 2026 at 10:06 pm

    In the htaccess file in your document root you can do either:

    Redirect 301 /view_image /view/
    

    or

    RedirectMatch 301 ^/view_image$ /view/
    

    Or you can use mod_rewrite if you already have rules and you don’t want mod_alias directives conflicting with your existing rewrite rules:

    RewritRule ^/?view_iamge$ /view/ [L]
    

    The ?v=something query string will automatically get appended to the end in all three cases.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I use .htaccess to redirect a URL like http://sample.com/photos.php?cat=13&sort=most_recent&time=all_time to http://sample.com/photos/comedy Thank
Can someone help me figure out how to redirect a url like this. http://www.example.com/file.html/
I want to redirect one specific url like: www.example.com/test/ex.gif to static.example.com/ex.gif How can i
How would I redirect requests to a URL like http://www.mydomain.com/foo.aspx to another URL like
How can I do a Redirect Rule that transforms this URL: http://localhost/app/Company/HomePage.aspx?COMPANYID=2&FORCESHOWCASE=TRUE&THEMEPREVIEW=3 to this
How can I redirect such link (below) to 404 error page? http://www.blabla.com/category/sub/.html I generate
I have in my log some URLS like: http://www.mysite.com/mypage/?fb_xd_fragment= I want to redirect this
[Django 1.0.2] I have a view set up like this: (r'^redirect/(?P<object_id>\d+)/(?P<url>.*)/$', 'django.views.generic.simple.redirect_to', {'content_type': SiteType},
I have an Zend Application that generate URL like that http://miapp.com/module/controller/action/params/values I want to
I have a url redirect controller called go. It can redirect topic model and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.