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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T08:27:02+00:00 2026-06-02T08:27:02+00:00

this question is Basic but important. i need to rewrite php url using .htaccess

  • 0

this question is Basic but important. i need to rewrite php url using .htaccess . e.x one : i have many file with .php extension . e.x two : i need seo url friendly with name and html extension.

example 1 :

http://mydomain.com/editname.php
http://mydomain.com/location.php
.....

I need to rewrite all to :

http://mydomain.com/editname/
http://mydomain.com/location/

example 2 :

http://mydomain.com/name.php?id=1
http://mydomain.com/state.php?id=1

rewrite to : ( john & bsw is really name and inserted to mysql)

http://mydomain.com/name/1/john.html
http://mydomain.com/state/1/bsw.html

NOTE : If non of this, redirect to 404 not found page.

thanks.

  • 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-02T08:27:07+00:00Added an answer on June 2, 2026 at 8:27 am

    To redirect simple folders to PHP files:

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^([^/])/$ /$1.php [L]
    

    And then do redirect your SEO friendly URLs:

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^([^/])/([0-9]+)/([^/])\.html$ /$1.php?id=$2 [L,QSA]
    

    The RewriteCond lines check to make sure the request isn’t already a valid file.

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

Sidebar

Related Questions

This is a really basic question but... I have some code like this var
I have a basic but very important transactional database design question. I am designing
guys I know this question is very basic but I've met in few publications
Forgive my ignorance in asking this basic question but I've become so used to
This is a really basic question but this is the first time I've used
This might be basic question but how do I create a list of lists
This is a basic question but I am struggling to find a decent solution.
this is a pretty basic question but I can't seem to get it right.
This is a pretty basic question but I can't find a good answer for
This may be a basic question but how can I include a module with

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.