• Hello

    I’ve tested a local version of wordpress with the newly REST API.

    But when I go on installing it in godaddy in a sub-directory (example.com/here) I get No input file specified. when I try to access:
    http://example.com/wordpress_site/index.php/wp-json/wp/v2/posts

    .htaccess

    # BEGIN WordPress

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘No input file specified. REST API’ is closed to new replies.