|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
.php to .htm via .htaccess
Hi,
I need a rewrite rule so all .php files can show as .htm I placed the following code in the .htaccess file but it doesnt work: Code:
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^(.*)\.htm$ $1.php [L] Can someone please help? Thanks ![]() |
|
#2
|
|||
|
|||
|
that's easy, it's done like this
<Files *.php> AddType text/html .htm </Files> try it out and see if this is the solution you're looking for. ![]()
__________________
Apache Expert |
|
#3
|
|||
|
|||
|
Thanks
Worked like a charm ![]() |
|
#4
|
|||
|
|||
|
glad i could help
|
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > .php to .htm via .htaccess |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|