htaccess-Code:
	RewriteOptions inherit
	
	#SmartCache init, auskommentieren, um Cache dauerhaft zu aktivieren
	#RewriteCond %{HTTP_USER_AGENT} !SmartCache/(.*)$
	#RewriteRule ^(.*\.(?:css|js))$ /SmartCache/cleanup.php?file=$1 [L,QSA,NC]  ## ENABLE TO REBUILD CSS/JS EVERY TIME
	#SmartCache read
	RewriteCond %{HTTP_USER_AGENT} !SmartCache/(.*)$
	RewriteCond %{DOCUMENT_ROOT}/SmartCache/cache/%{REQUEST_URI} -f
	RewriteRule ^(.*\.(?:png|jpg|gif|jpeg|css|js|PNG|JPG|GIF|JPEG))$ /SmartCache/cache/%{REQUEST_URI} [L,QSA,NC]
	#SmartCache read_combine
	RewriteCond %{HTTP_USER_AGENT} !SmartCache/(.*)$
	RewriteCond %{QUERY_STRING} ^combine=(.*)\.(.*)$
	RewriteCond %{DOCUMENT_ROOT}/SmartCache/cache/combine/%1\.%2 -f
	RewriteRule ^(.*\.(?:png|jpg|gif|jpeg|css|js|PNG|JPG|GIF|JPEG))$ /SmartCache/cache/combine/%1\.%2? [L,QSA,NC]

	#SmartCache write
	RewriteCond %{HTTP_USER_AGENT} !SmartCache/(.*)$
	RewriteCond %{REQUEST_URI} !/SmartCache [NC]
	RewriteCond %{DOCUMENT_ROOT}/SmartCache/cache/%{REQUEST_URI} !-f
	RewriteCond %{DOCUMENT_ROOT}/SmartCache/cache/combine/%1\.%2 !-f
	RewriteRule ^(.*\.(?:png|jpg|gif|jpeg|css|js|PNG|JPG|GIF|JPEG))$ /SmartCache/newcache.php [L,QSA,NC]
	
	#SmartCache compress_html
	RewriteCond %{HTTP_USER_AGENT} !SmartCache/(.*)$
	RewriteCond %{REQUEST_URI} !/SmartCache [NC]
	RewriteRule ^widgets\/emotion\/index\/emotionId\/(.*)$ /SmartCache/newcache.php?url=$0 [L,QSA,NC]
	RewriteRule ^purgecache\/(.*)$ /SmartCache/newcache.php?purgecache=true [L,QSA,NC]
	
Cache leeren Crawler starten
crawl https://www.ludwig-therese.de