DirectoryIndex index.php
AddDefaultCharset UTF-8
Options -Indexes

RewriteEngine On
RewriteRule ^index.xhtml$ index.php [NC,L]
RewriteRule ^citychange.xhtml$ citychange.php [NC,L]
RewriteRule ^search.xhtml$ search.php [NC,L]
RewriteRule ^citylist.xhtml$ citylist.php [NC,L]
RewriteRule ^near.xhtml$ near.php [NC,L]
RewriteRule ^weekend.xhtml$ weekend.php [NC,L]
RewriteRule ^forecast10.xhtml$ forecast10.php [NC,L]
RewriteRule ^forecast3.xhtml$ forecast3.php [NC,L]

#  - .      ...       -  ,    ...
RewriteCond %{REQUEST_URI} !\.(css|js|jpe?g|gif|png|bmp)$