diff --git a/.htaccess b/.htaccess index 9fd2384c..f03a55ec 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,10 @@ RewriteEngine on +RewriteRule ^about$ about.html [L,QSA] RewriteRule ^last$ last.html [L,QSA] - RewriteRule ^top$ top.html [L,QSA] +RewriteRule ^widgets$ widgets.html [L,QSA] +RewriteRule ^privacy$ privacy.html [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d @@ -18,6 +20,6 @@ RewriteRule ^search/(.*) index.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*) index.htm [L,QSA] +RewriteRule ^(.*) index.html [L,QSA] -RewriteRule ^$ index.htm [L,QSA] \ No newline at end of file +RewriteRule ^$ index.html [L,QSA] \ No newline at end of file diff --git a/about.html b/about.html index dd72302a..d89a8885 100755 --- a/about.html +++ b/about.html @@ -1,125 +1,34 @@ - - -
- - - -