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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:22:08+00:00 2026-06-04T10:22:08+00:00

I want to hide any request on the following php file to www.example.com/. www.example.com/index.php

  • 0

I want to hide any request on the following php file to http://www.example.com/.

    www.example.com/index.php  to www.example.com/     (hide index.php)
    www.example.com/content.php to www.example.com/    (hide content.php)
    www.example.com/welcome.php to www.example.com/    (hide welcome.php)

Note: I just want to hide the file without redirecting them. For example, hide the part on index.php or content.php without redirect them to http://www.example.com/.

I tried

RewriteEngine On

RewriteCond %{THE_REQUEST} ^\w+\ /(.*)\.php(\?.*)?\ HTTP/
RewriteRule ^ http://%{HTTP_HOST}/%1 [R=301]

RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule .* $0.php

I also tried

DirectoryIndex index.php
DirectoryIndex content.php
DirectoryIndex welcome.php

These code didn’t seem to work. Any idea? Sorry, i’m very new to this.

  • 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-04T10:22:11+00:00Added an answer on June 4, 2026 at 10:22 am

    If I recall correctly something like this should work correctly.

    RewriteRule ^/index.php$ http://www.example.com/ [R,NC,L]
    RewriteRule ^/content.php$ http://www.example.com/ [R,NC,L]
    RewriteRule ^/welcome.php$ http://www.example.com/ [R,NC,L]

    Kind regards,
    Bo

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

Sidebar

Related Questions

I want to hide index.php from the URL but it doesn't work at all.
I want to hide these fieldsets in a Drupal 6 site for some content
I want to hide an implementation in implementation file. If the object is not
I want to create a web site with pure PHP. I want to hide
I want to hide any LI in .social-menu that have blank hrefs. I originally
I have an animated model that's spinning. I want to hide/not draw any part
I just want to hide/show the inlines in admin interface like providing classes': ['collapse']}).
I want to hide the keyboard after typing the content into the UITextView but
I want to hide any results which are shown if filter is set to
I want to hide the default Wordpress home page from my website navigation http://www.dawaf.co.uk/es/portraits

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.