url - Page with .htm redirect to 500 internal server error in Joomla -


whenever tried access of webpage through .htm extension, leads 500 server error, although webpages accessible without ant extension or .html extension, important me because of pages linked other websites .htm extension , whenever use click on links, page redirect 500 internal server error, cannot remove links, , cannot redirect them .html extension

my website http://www.gautampolymers.com

my .htaccess file

# rewritebase /  ## begin - joomla! core sef section. #rewriterule .* - [e=http_authorization:%{http:authorization}] # # if requested path , file not /index.php , request # has not been internally rewritten index.php script rewritecond %{request_uri} !^/index\.php # , request within component folder, # or site root, or extensionless url, or #requested url ends 1 of listed extensions rewritecond %{request_uri} /component/|(/[^.]*|\.(php|html?|htm?|feed|pdf|vcf|raw))$ [nc] , requested path , file doesn't directly match physical file rewritecond %{request_filename} !-f # , requested path , file doesn't directly match physical folder rewritecond %{request_filename} !-d # internally rewrite request index.php script rewriterule .* index.php [l] ># 

joomla sorts out .html extension itself.

i suggest create new menu called hidden , create new menu item linking page wish. link whatever trying link new menu item, example:

index.php/news 

be sure start you're link index.php


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -