Open aoloe opened 9 years ago
Todo:
i have replaced the 2015 site with a static version done with
wget -r -np http://libreagraphicsmeeting.org/2015/
wp-content/themes/lgm15/style.css\?ver\=4.3
[...]/style.css
creating an .htaccess file with the content
.htaccess
RewriteEngine on RewriteCond %{THE_REQUEST} \ /(.+)\.php RewriteRule ^ /%1.html [L,R=301]
?
find -L
the old site is still there as 2015c/ but i plan to remove it soon and reuse its database for the 2016/ site (after having emptied it)
2015c/
2016/
anybody sees a problem with it? anything that fails after moving to the static site?
Todo:
i have replaced the 2015 site with a static version done with
wget -r -np http://libreagraphicsmeeting.org/2015/
wp-content/themes/lgm15/style.css\?ver\=4.3
to[...]/style.css
creating an
.htaccess
file with the content?
in the name (found withfind -L
)the old site is still there as
2015c/
but i plan to remove it soon and reuse its database for the2016/
site (after having emptied it)anybody sees a problem with it? anything that fails after moving to the static site?