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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:20:41+00:00 2026-06-05T00:20:41+00:00

I have the following .htaccess that does not work: RewriteEngine on RewriteBase / RewriteRule

  • 0

I have the following .htaccess that does not work:

RewriteEngine on
RewriteBase /
RewriteRule ^find /findgames.php [L]
RewriteRule ^find/ /findgames.php [L]

If i remove the letter ‘d’ in ‘find’ everything works great:

RewriteEngine on
RewriteBase /
RewriteRule ^fin /findgames.php [L]
RewriteRule ^fin/ /findgames.php [L]

What am i missing? Is find a keyword? The second I have the letters ‘find’ in a row, i get a ‘Internal Server Error’ on my website.

  • 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-05T00:20:42+00:00Added an answer on June 5, 2026 at 12:20 am

    That is absolutely correct and expected behaviour (the ‘Internal Server Error’ message) in your case. Although you should see the same error even without letter d.

    The reason — bad matching pattern — it is way to broad. What ^find means? It means — match URL that starts with find (leading slash is stripped by Apache). This will match /find, /find/, /findme etc — as well as your target — /findgames.php.

    Most likely (in this particular case) you have infinite rewrite loop which Apache has to break at some point, hence the error. You can check Apache’s error log for exact error message — it will explain it quite well.

    In any case — this should work for you — it will redirect requests for /find as well as /find/ (exact matches) to /findgames.php.

    RewriteEngine on
    RewriteBase /
    RewriteRule ^find/?$ /findgames.php [L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have following .htaccess RewriteEngine On DirectoryIndex index.php RewriteRule ^([a-zA-Z0-9_-]{3,20})/([^/]+)/([^/]+)?$ index\.php?page=$1&s=$2&o=$3 [L] RewriteRule ^([a-zA-Z0-9_-]{3,20})/([^/]+)?$
I have the following in my .htaccess Options +FollowSymLinks RewriteEngine on RewriteRule ^([a-zA-Z0-9\-]+)?$ index.php?url=$1/
I have in my .htaccess the following code: RewriteEngine On RewriteRule ^/?([^/\.]+)/?$ $1.php [L]
I have the following htaccess file: RewriteEngine On RewriteRule ^([^/]*)$ /bio.php?bio=$1 [L] I need
I have the following .htaccess file: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^mydomain.com RewriteRule
I have the following in a .htaccess file as a test: RewriteEngine on RewriteRule
i have the following .htaccess file for me web Options +FollowSymLinks RewriteEngine on RewriteRule
I have the following htaccess. Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} !^(www|m)\.DOMAIN\.com$
I have the following HTACCESS code: Options +FollowSymLinks RewriteEngine On RewriteBase / #RewriteCond %{REQUEST_URI}
I have the following .htaccess file: RewriteRule ^s/([a-zA-Z]+) /servers/page.php?name=$1 RewriteRule ^s/([a-zA-Z]+)/new-thread /servers/new-thread.php?name=$1 As you

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.