Title: .htaccess for .php extensions
Last modified: August 30, 2016

---

# .htaccess for .php extensions

 *  [von Dam](https://wordpress.org/support/users/kevindamstra/)
 * (@kevindamstra)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/htaccess-for-php-extensions/)
 * Hee guys,
 * Im running into a little issue with 404 – not found pages. Somehow these redirects
   are generated by WordPress itself and not by the default .htaccess document in
   the root of my server.
 * Current status of 404 pages;
 * [http://www.fietsverhuur-terschelling.nl/flower](http://www.fietsverhuur-terschelling.nl/flower)
   _Works_
    [http://www.fietsverhuur-terschelling.nl/flower.html](http://www.fietsverhuur-terschelling.nl/flower.html)
   _Works_ [http://www.fietsverhuur-terschelling.nl/flower](http://www.fietsverhuur-terschelling.nl/flower)
   _Works_ [http://www.fietsverhuur-terschelling.nl/flower.php](http://www.fietsverhuur-terschelling.nl/flower.php)_**
   Doesn’t work**_
 * The reason i want to get this fixed is that the old website had a lot of php 
   pages in it, google still has some external links from the old site i would like
   to see redirected.
 * Can i fix this to add a redirect in the .htaccess file?
 * Current .htaccess file (standard)
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteRule ^back_office/?$ /wp-login.php [QSA,L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   

The topic ‘.htaccess for .php extensions’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [redirect](https://wordpress.org/support/topic-tag/redirect/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [von Dam](https://wordpress.org/support/users/kevindamstra/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/htaccess-for-php-extensions/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
