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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T17:32:17+00:00 2026-06-06T17:32:17+00:00

I have this htaccess rule to redirect my page to data_parser.php RewriteEngine On RewriteRule

  • 0

I have this htaccess rule to redirect my page to data_parser.php

 RewriteEngine On
 RewriteRule ^main/([^/]+)$ data_parser.php?rand_code=$1 [nc]

when i print the request in data_parser.php the rand_code value turns out to be the filename of the page. For example url: http://mysite.com/main/ran12345. When print_r, this is the value i would see

[rand_code] => data_parser.php

instead of,

[rand_code] => ran12345

It’s getting the filename, what am i doing wrong with my rule?

  • 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-06T17:32:20+00:00Added an answer on June 6, 2026 at 5:32 pm

    Maybe try adding this in front of your RewriteRule:

    RewriteCond %{REQUEST_URI} !data_parser.php
    

    Because what looks like is happening is the request is looping through your rules more than once. The second time, the ([^/]+) matches against data_parser.php.

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

Sidebar

Related Questions

I have this 301 redirect rule for Apache: RewriteEngine On RewriteRule ^park.php?park_id=3 http://hiking.comehike.com/outdoors/parks/park.php?park_id=3 [R=301,L]
I have this rule in my .htaccess RewriteRule ^([^/\.]+)/?$ ?page=user&id=$1 [L] It rewrite a
I currently have a .htaccess file set up with this rule: RewriteRule ^([a-zA-Z0-9_-]+)$ user\.php?user=$1
I have the following .htaccess rule: RewriteEngine on RewriteRule ^(.*) http://www.server2.com/index.php?action=$1 I need to
Currently my htaccess file contains this rule, to redirect website.org/index.php to website.org/en/home RewriteRule index.php
I have this code in my .htaccess: Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule
I'm trying to user RewriteRule in my .htaccess file to redirect example.com/page to example.com/page.php
At .htaccess I have such a rule to redirect from site.com to www.site.com: RewriteEngine
i have this rule in .htaccess file which is internal redirect can anybody tell
Ok, so I have this .htaccess file that contains this <IfModule mod_rewrite.c> RewriteEngine On

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.