richidi
Member
Posted 2 years ago #
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.
why dont you upload the missing file?
you dont say whether or not you even checked that.
richidi
Member
Posted 2 years ago #
I forgot mention that everything else is working fine. Post, pages, plugins etc.
richidi
Member
Posted 2 years ago #
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.
richidi
Member
Posted 2 years ago #
It's 404. I tried without plugins.. still same.
I removed my installation so I can't take a screenshot. :D 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.
richidi
Member
Posted 2 years ago #
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. :|
richidi
Member
Posted 2 years ago #
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.