This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!
Thread Closed

example1.php is ok, example2.html is wrong
#1

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:
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>
Please help me.
Greetings
Thomass
#2

Hi all,

my problem is solved

the .htaccess was not complet

Here is the new one, the better one Smile


Code:
AddHandler application/x-httpd-php56 .html .htm .shtml
#3

Any problems with me asking questions or raising issues, Steve, why you close my posts?
#4

I explained in the thread why I closed it.

Have you completed the interview?
Thread Closed


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
21-Sep-2015, 05:40 PM
Last Post by J.B.
06-Jun-2014, 11:19 PM
Last Post by 3hoursLater
24-Dec-2012, 02:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)