Viewing 2 replies - 1 through 2 (of 2 total)
  • Same steps than me, and unfortunately, same results.

    Let me try to help you.

    I guess you have wordpress on dinamic.domain.com and the destination directory of Really Static is static.domain.com. Same folders are in the same server.

    Try to do a symbolic link from static.domain.com/wp-comment-post.php to dinamic.domain.com/wp-comment-post.php

    Be sure symbolic links are enabled on htaccess of static.domain.com adding this:

    # enable symbolic links
    Options +FollowSymLinks

    If I am not wrong, that should works with any theme, but in my case it doesn’t work. I need help too.

    Thanks in advance.

    Hello. I achieved it!

    I don’t know the specific error, but I tried changing the simbolic link mentioned above. First I had the symbolic link using complete paths:

    ln -s /home/user/dinamic.domain.com/wp-comments-post.php /home/user/static.domain.com/wp-comments-post.php

    That didn’t work. But changing the paths to relative (from the folder with the static content):

    ln -s ../dinamic.domain.com/wp-comments-post.php

    It worked! I am not sure about the solution, or if this is your problem.

    Another thing: try activating or deactivating “Rewrite https://dinamic.domain.com/ with https://static.domain.com (more secure)”. In my case only works with that option deactivated, but still doing tests.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Really Static] How to Enable Comment function on the html post?’ is closed to new replies.