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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:12:06+00:00 2026-06-08T06:12:06+00:00

So this is my .htaccess so far: IndexIgnore .htaccess */.??* *~ *# */HEADER* */README*

  • 0

So this is my .htaccess so far:

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName site.com
#Redirect 301 / http://www.google.com/

Options +FollowSymlinks
RewriteEngine On
RewriteRule ^([^/\.]+)/?$ /index.php?page=$1 [L]

RewriteCond %{HTTP_HOST} ^site.com
RewriteRule (.*) http://www.site.com/$1 [R=301,L]

ErrorDocument 404 /404.html

What I am trying to do is the following:

index.php?page=pagesite -> site.com/pagesite

But if I go to site.com/images it doesnt go to /images it goes to index.php?page=images

How do I fix that?

Also, is there anyway that if “pagesite” is not in /includes/pages/ it redirects to the 404?

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-08T06:12:07+00:00Added an answer on June 8, 2026 at 6:12 am

    I’m assuming you’re trying to return images and other plain files returned directly and not by PHP:

    RewriteEngine On
    # If the file exists, return it directly
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ /index.php?page=$1 [L]
    

    This is my typical setup.

    As for 404, since everything else goes to index.php, it should be returned by your PHP code.

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

Sidebar

Related Questions

I have the following .htaccess file: Order deny,allow Deny from all Allow from XX.XXX.XXX.XXX
I was spoon fed this htaccess file from Gumbo and I am grateful for
If I decide to place this in my .htaccess file: IndexIgnore */* RewriteEngine ON
I'm trying to add a far future expires header by editing my .htaccess file
Using .htaccess, how can I get my website to be able to do this.
If this is my actual URL to a file: http://www.example.org/posts.php?post=example-post-name In my .htaccess file,
I'm using this .htaccess AuthName Reserved Area AuthType Basic AuthUserFile /opt/bitnami/apache2/htdocs/k4demo60/.htpasswd AuthGroupFile /opt/bitnami/apache2/htdocs/k4demo60/.htgroup <FilesMatch
I have this htaccess rule to redirect my page to data_parser.php RewriteEngine On RewriteRule
I have this .htaccess file in WordPress. It's located at /public_html/ (web root). I
I was trying to install this .htaccess to notify my users of site maintenance.

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.