• Hi I am really new in WordPress learning at YouTube and did my own website. after i changed nameserver I have this problem.

    No input file specified.

    Need Help with Website – whitemediahouse.com

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    I am really new to this and still learning so pleas help me on this.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • To investigate this further, you can check the domain’s error_log file.

    Thread Starter worlpop

    (@worlpop)

    even after doing that debugging mode it is still same error on website

    // This enables debugging.
    define( ‘WP_DEBUG’, true );

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

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