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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:16:53+00:00 2026-05-24T22:16:53+00:00

I searched this problem in the site, but I couldn’t find a solution. I

  • 0

I searched this problem in the site, but I couldn’t find a solution.

I have a php page, call
http://www.domain.com/topic.php?name=xyz

I want to call this page with
http://www.domain.com/topic/xyz

What I tried is;

RewriteEngine On

RewriteRule ^topic/([^/]*)$ /topic.php?name=$1 [L]

However because of this "/" I get 404 error. If I try "-" instead of "/" it works. I guess "/" forward user to folder "/topic" so I need a solution to fix it.

  • 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-05-24T22:16:54+00:00Added an answer on May 24, 2026 at 10:16 pm

    I found my solution to problem. It is a bit late though 🙂

    I edit my .htaccess such that

    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteRule .* redirect.php [L] 
    

    I create a redirect.php as you see. In this file, I explode slashes, then by using if statement I set

    $path =  explode("/", $_SERVER['REQUEST_URI']);
    switch ($path[1])
    {
        case 'topic': $_GET[name]=$path[2]; include('topic.php'); break;
    }
    

    As you see setting $_GET as a code isn’t handsome, but it works like a charm! 🙂 Thanks all for your helps.

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

Sidebar

Related Questions

I searched the site but I could not find any solution to this problem.
Preface: I am sure this is incredibly simple, but I have searched this site
I have searched this site, and numerous others, looking for a solution to this
I have a dropdown box and a text box. I searched this site but
I've searched for this a little but I have not gotten a particularly straight
So I have searched for this but not finding anything about it and if
I've searched far and wide for suggestions and solutions to this problem, but I'm
I've searched through a bunch of pages, but can't find my problem, so I
I have searched this site for an answer and found many responses to unsigned/signed
I have searched the site and I haven't found an answer to my problem.

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.