[Typo3] [TYPO3] how to change static page url from html to htm
Andreas Förthner
Andreas.Foerthner at netlogix.de
Fri Jul 1 16:32:10 CEST 2005
Hi,
Just change your .htaccess file with the mod rewrite directive...
This is the standard file:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^[^/]*\.html$ index.php
just change the last line to:
RewriteRule ^[^/]*\.htm$ index.php
But you should think of using the realURL extension, it's much more
flexible and better to read for your website's visitors...
Have a nice day
Andreas
Parul wrote:
> Hi All,
>
> I have implemented simulate static url in my site. It is working fine but I
> want to change the static url from html to htm.
>
> Does anybody having any idea how to implement this. Any help would be highly
> appreciated.
>
> Thank You.
>
> Warm Regards
> Parul Misra
>
More information about the TYPO3-english
mailing list