Support » Fixing WordPress » No input file specified

  • Hi at all, after a lot of time I use WordPress, I want to change permalinks with other better then the normal permalink…If i try to edit the pemralink I see:

    Permalink structure updated.

    so I think that mod_rewrite is enabled, but if I try to navigate inside the site I get:

    No input file specified

    when I go to a page different from homepage!
    This is .htccess

    # 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

    how can I solve this problem?
    wp is inside a subfolder /wordpress/

    wordpress address and url address is: http://www.mysite.com/wordpress/

    thank you
    kikko088

Viewing 2 replies - 1 through 2 (of 2 total)
  • Check with your hosts that mod_rewrite is running on your server.

    Thread Starter kikko088

    (@kikko088)

    They say that module is running, the tree folder is WWW/mySite.com/www/wordpress and the .htaccess is inside “wordpress” folder, probably is a my error, can you give me some help?

    kikko088

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No input file specified’ is closed to new replies.