• Resolved richidi

    (@richidi)


    I installed wordpress to my clients server. Everything is working fine except options.php..

    I can’t change my site description “just another wp-blog” etc. It says that options.php not found.

    What can I do? Reinstall wp? This problem doesn’t seem to be very common so any help would be appreciated.

    My english isn’t perfect but I hope you got the point.

Viewing 8 replies - 1 through 8 (of 8 total)
  • why dont you upload the missing file?

    you dont say whether or not you even checked that.

    Thread Starter richidi

    (@richidi)

    I forgot mention that everything else is working fine. Post, pages, plugins etc.

    Thread Starter richidi

    (@richidi)

    whooami: I tried. It still wont work.

    …. wp-admin/options.php <– ok, so that url does what, its a 404, what? what do you see? paste it?
    take a screenshot?

    disable the plugins on the site. try the page again.

    Thread Starter richidi

    (@richidi)

    It’s 404. I tried without plugins.. still same.

    I removed my installation so I can’t take a screenshot. ?? I’ll try clean install. Let’s see what happens then.

    It might’ve been the file permission actually. I know my install will claim anything which doesn’t have file permissions set to be visible (403) is just not found.

    Thread Starter richidi

    (@richidi)

    What permissions should I use.. I tried even 777 to options.php. It does’nt work. This is getting pretty annoying.

    I don’t know what to do. ??

    Thread Starter richidi

    (@richidi)

    Success with .htaccess..

    I added .htacces to wp-admin folder with this code in it:

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>

    It works now.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Options.php not found. Everything works though..?’ is closed to new replies.