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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:27:27+00:00 2026-05-28T15:27:27+00:00

On my server I am using this .htaccess to remove the .PHP extension: RewriteEngine

  • 0

On my server I am using this .htaccess to remove the .PHP extension:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php

And it works fine, /about goes to the about.php page and /contact to the .contact.php file. However I have a projects.php and a projects folder so the hyperlink redirects to the folder index. I understand I could simply rename either the php or folder and solve the problem, but if I have subfolders in the projects folders, I won’t be able to keep the URL as /projects/photography
Here is an image to help explain: https://i.stack.imgur.com/TKjEF.png

  • 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-28T15:27:28+00:00Added an answer on May 28, 2026 at 3:27 pm

    Try

    DirectorySlash Off
    
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-d [OR]
    RewriteCond %{REQUEST_URI} ^/projects$ [NC]
    RewriteCond %{REQUEST_FILENAME}\.php -f
    RewriteRule ^(.*)$ $1.php
    

    It should work with DirectorySlash off, but see caveats. If you don’t like them you are better off renaming projects.php

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

Sidebar

Related Questions

I'm using this .htaccess file: RewriteEngine on RewriteCond %{REQUEST_URI} .(html|php)$ [OR] RewriteCond -d RewriteRule
I'm using this: RewriteRule ^(.+)/?$ index.php?slug=$1 [L] to change what the user sees as:
i'm using an htaccess script trying to remove the .php testing the .htaccess on
RewriteRule ^([A-Za-z0-9'%ãõáéíóúâêîôûàÁÃÕÁÉÍÓÚÂÊÎÔÛÀ\/\.\-]*)$ public_html/$1 [NC] I'm using this Regex up here and it works just
I have a this .htaccess rule for my lease form RewriteRule ^(lease)$ index.php?route=$1 [L]
I just installed Glassfish on my Ubuntu server (No GUI) using THIS tutorial. Everything
i'm using this example implementation found at http://tangentsoft.net/wskfaq/examples/basics/select-server.html This is doing most of what
So I'm using this SQL Server with my application and I decided to display
I am accessing this data from a web server using NSURL, what I am
How can I upload files to server using JSP/Servlet? I tried this: <form action="upload"

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.