09-Dec-2016, 07:32 PM
Hi,
i m using commentics 3.
Thank u for this extensive script.
Now my problem is,
on example1.php http://www.alpenx-xl.de/touren-alpencros...ample1.php the commentics form is visible.
on example2.html http://www.alpenx-xl.de/touren-alpencros...mple2.html the form is not visible.
example1.php and example2 are in the same folder u can see.
on my root is an .htaccess with this text content:
Please help me.
Greetings
Thomass
i m using commentics 3.
Thank u for this extensive script.
Now my problem is,
on example1.php http://www.alpenx-xl.de/touren-alpencros...ample1.php the commentics form is visible.
on example2.html http://www.alpenx-xl.de/touren-alpencros...mple2.html the form is not visible.
example1.php and example2 are in the same folder u can see.
on my root is an .htaccess with this text content:
Code:
ErrorDocument 404 /404.html
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.alpenx-xl\.de$
RewriteRule ^(.*)$ http://www.alpenx-xl.de/$1 [L,R=301]
AddHandler application/x-httpd-php5 .html .htm .shtml
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 month"
ExpiresByType text/html "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType text/xml "access plus 3600 seconds"
</IfModule>
<IfModule mod_deflate.c>
<FilesMatch "\\.(js|css|html|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
Greetings
Thomass