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

Installation help
#11

Check in Settings -> System that the 'Comments URL' is correct.

Have you completed the interview?
Reply
#12

Thank you Steven!! so much everything is working so far!
Reply
#13

One more quick question about the php code in a html file
i've include the

AddType application/x-httpd-php .html

code into my .htaccess file
not quit sure how to do this part:

Next, all you need to do is put this piece of PHP code you want to include into a PHP file (open your favorite text editor and write your code, then save it as .php file.)
Next, include your PHP code at any place you want to appear it in your HTML file by calling it like this;

Code:
<?php require("pathtofile/myphpfile.php"); ?>


* when I add just the AddType application/x-httpd-php .html to .htaccess and load to the website page another application pops up saying it's a HyperText Markup Language and that I need to find an application to open it
Reply
#14

Hi,

You shouldn't need to put the PHP code in another file and include it. Just add the PHP code inside your HTML file.

It could be that your server is running PHP as CGI, instead of as an apache module. Try this instead:

Code:
AddHandler application/x-httpd-php .html .htm

Have you completed the interview?
Reply
#15

Also try these (not at same time):

AddType x-httpd-php .html .htm
AddHandler x-httpd-php .html .htm

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by rol
16-Feb-2020, 02:18 PM
Last Post by Steven
23-May-2019, 07:20 PM
Last Post by lastejas
29-Sep-2018, 02:03 PM
Last Post by jgee
18-Nov-2016, 06:59 PM
Last Post by Steven
01-Jan-2016, 12:37 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)