Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter caddyboy0103

    (@caddyboy0103)

    That didn’t take long at all…..

    Seems i was missing the following within my apache2 website teamplate

    <Directory /var/www/vhosts/folder/sitename/httpdocs>
    AllowOverride Fileinfo Options
    </Directory>

    While i had permalinks enabled, without the code above, they were not working….

    • This reply was modified 6 years, 7 months ago by caddyboy0103.
    Thread Starter caddyboy0103

    (@caddyboy0103)

    After removing wp_enqueue_script and placing all of my script in the footer of my theme (and placed the contact form there as well) and change the following to true

    define( 'WPCF7_LOAD_JS', true );

    I am receiving the following 404 error

    /wp-json/contact-form-7/v1/contact-forms/128/feedback

    Here’s what’s loaded in the .htaccess file

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    made sure permalinks was re-saved to “post name”

    Thread Starter caddyboy0103

    (@caddyboy0103)

    So now that post was deleted for what reason????? I mean i get it was moderated, but what was wrong with the post?

    So much for the being for the community????

    first time posting on the support forums and it will be the last. Identified a bug in the plugin but you guys can delete this post too, cause who cares right?

Viewing 3 replies - 1 through 3 (of 3 total)