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 8470595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T16:33:48+00:00 2026-06-10T16:33:48+00:00

I have a website that has been up for about 2 years now, it

  • 0

I have a website that has been up for about 2 years now, it gained some search engine reputation over the time, and now I’m interested in using htaccess on it,
to rename things such as:

/index.php?act=Login
to simply
/Login

Now the problem is, that search engines will see both urls, and the login page is far from being the only url I will rename.
Which pretty much means that my entire website will have double the urls it has now,
What can I do to prevent it from causing damage to the SEO?

Is there some line of htaccess code I could use to redirect the old pages to the new ones as well? (I’m not even sure if that’ll solve the SEO issue)

Thanks 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-10T16:33:50+00:00Added an answer on June 10, 2026 at 4:33 pm

    Bottom line is to use R=301 (moved permanently) to inform search engines about your new URLs. For ex have your .htaccess code like this:

    Options +FollowSymLinks -MultiViews
    # Turn mod_rewrite on
    RewriteEngine On
    RewriteBase /
    
    # external redirect using R=301 to /login from /index.php?act=Login
    RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s/+(index\.php/?|)\?act=login(&|\s) [NC]
    RewriteRule ^ /login? [R=301,L]
    
    # internal forward from /login to /index.php?act=Login
    RewriteRule ^login/?$ index.php?act=login [L,QSA,NC]
    

    With R=301 directive search engines will eventually start caching your new URI scheme instead of the old ones.

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

Sidebar

Related Questions

I have a travel related website that has been online for several years (since
I have been working on a website that has some images that I need
I have this website http://wedessertmore.com that has some forms popup when you click on
I have an asp.net website that has been running well in IIS 6.0. I
I'm about to work on a retail product website that has been around for
So basically I have website that has names of cities that can be checked
I have a website that has highly granulised access and hence requires many web.config
I have a website that has one database I have also Desktop apps that
I have a website that has products list page and product detail page .
I have a website that has approx 1000 different strings in a mysql database

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.