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

  • SEARCH
  • Home
  • 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 9269781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:12:32+00:00 2026-06-18T15:12:32+00:00

This is my first question here in stackoverflow. This website really helped me a

  • 0

This is my first question here in stackoverflow. This website really helped me a lot in terms of web development using Drupal, Joomla, WordPress, javascript, HTML, JQuery and a lot more in the world of web development. Thanks and many thanks!

I’ve also searched this site which is also related to the title of this question but honestly, none of them answers directly my question. I really was struggling for days trying to work this one out but I never really got the correct solution.

So here is my problem. I’ve been trying to redirect these non-existing URL’s in my Joomla site using .htaccess but I couldn’t make it right. Can any of you suggest how should this be done in the .htaccess?

http://www.mysite.com/index.php/component/content/37-2009-10-15-19-28-33?format=feed&type=rss

should redirect to

http://www.mysite.com/index.php/component/content


http://www.mysite.com/index.php/paving-horizontal-concrete/park/34?format=feed&type=atom

should redirect to

http://www.mysite.com/index.php/paving-horizontal-concrete/park


http://www.mysite.com/index.php/component/content/56?layout=blog&format=feed&type=rss

should redirect to

http://www.mysite.com/index.php/component/content/


I tried what was suggested here but still unsuccessful.

Any help is greatly appreciated! Thank you in advance!

  • 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-18T15:12:34+00:00Added an answer on June 18, 2026 at 3:12 pm

    If you want to remove the final part of the URL path and use a permanent external redirect, try:

    RewriteEngine On
    RewriteBase /
    
    RewriteRule ^(index\.php/[^/]+/[^/]+)/ $1 [R=301,L]
    

    But as i noted in my comment, you won’t be able to recover the final part or the query string later.

    Edit: If you want to keep the query string, simply add the [QSA] flag:

    RewriteRule ^(index\.php/[^/]+/[^/]+)/ $1 [R=301,L,QSA]
    

    Alternatively, you can use an internal redirect by removing the [R] flag. Then you’ll find the original URL in environment variables REQUEST_URI (including the query string) or REDIRECT_URL (excluding the query string).

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

Sidebar

Related Questions

this is my first question asked here at stackoverflow and am really looking forward
This is my first here in Stackoverflow. So I just want to ask question
Hey stackoverflow - This is my first question here. I have 2 tables in
Since this is my first question here on stackoverflow I hope my question is
This is my first question on StackOverflow. I'm starting with my first development in
This is my first question here on StackOverflow, and quite frankly I'm fairly new
this is my first question here @stackoverflow. I'm writing a monitoring tool for some
This is my first question here on stackoverflow, so I hope that I am
This is my first question ever here on stackoverflow! I've been searching for a
Hello StackOverflow gurus. This is my first question on here so I am excited

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.