SolidStateDepot/ssd-w3-ng/master/app/.htaccess
RewriteEngine On
RewriteCond %{REQUEST_URI} !wp/*$
RewriteCond %{QUERY_STRING} ^_escaped_fragment_=/?(.*)$
RewriteRule ^(.*)$ http://www.longevitysoft.com/ssd-w3-ng/statichtml/%1? [L,R=302]
RewriteCond %{REQUEST_URI} !wp/*$
RewriteCond %{HTTP_USER_AGENT} “/googlebot|bot|robot|bingbot|slurp/” [NC]
RewriteRule ^(.*)$ wp/index.php [L,R=302]
# RewriteCond %{REQUEST_URI} !app/*$
# RewriteRule ^(.*)$ app/$1 [L,R=302]
On Github License
Files