Skip to content

Commit

Permalink
Tilda pages removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKo7v committed Feb 24, 2017
1 parent b7192e5 commit 8002d0a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 386 deletions.
23 changes: 10 additions & 13 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
RewriteEngine on
DirectoryIndex page568524.html
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
RewriteRule ^last$ page627123.html
RewriteRule ^top$ page627210.html
RewriteRule ^about$ page627364.html
RewriteRule ^privacy$ page627373.html

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]

RewriteRule ^widgets$ widgets.html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^tx/(.*) index.php [L,QSA]
Expand All @@ -16,10 +19,4 @@ RewriteRule ^address/(.*) index.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^search/(.*) index.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.html [L,QSA]

RewriteRule ^$ index.html [L,QSA]
RewriteRule ^search/(.*) index.php [L,QSA]
1 change: 0 additions & 1 deletion 404.html

This file was deleted.

34 changes: 0 additions & 34 deletions about.html

This file was deleted.

Loading

0 comments on commit 8002d0a

Please sign in to comment.