Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
In the dashboard I can see the pages, but when Im clicking on it (on my site) the only pages which shows is “Page not found”.
You see the links on your site but get page not found on those links? Try resetting your permalinks.
http://your-wordpress-url/wp-admin/options-permalink.php
Okay. I tried it, but my .htaccess file is not writeable, so I have to update. THe problem is I havent got any. I tried to upload one but when its uploaded to public_html it disappears.
Any idea?
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
How are you uploading that .htaccess file? Some FTP clients won’t display file that are considered hidden (which files starting with . are).
See if your FTP client has an option to view hidden files.
Okay.I’ve done everything. Reset the permalinks and uploaded the .htaccess file (what I can see now with the correct customazation of total commander). But it still doesnt work.
Here is on emore thing. If i create a new page. It doesnt work either and its permalink is not the same formula as I reseted before.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
I should have asked before: can you share the link to the page in question? It may make it easier to identify the problem.
Just for testing, can you set your permalinks to the default settings?
It’s the one with http://your-wordpress-url/?p=123. Once that’s done go back to the home page and click on the links to those posts and pages.
Those should work and if it does it is a permalink problem. If those links do not work, then something else is probably going on.
Okay!
So I tried the default and it works with it almost perfectly. The only problem are the pages created by buddypress. They are blank. In the dashboard there is a note: “Change your permalinks from default to make the buddypress pages work.”
And if a chnage it its wrong again….
My site: fmmuhely.dtsh.hu – unfortunately its hungarian.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
The Hungarian part should be fine as I only wanted to look at the HTML source and see if I can see anything goofy. π
Unfortunately that site http://fmmuhely.dtsh.hu is timing out for me so I can’t load it.
You moved your WordPress and I’m thinking that the new location doesn’t have mod_rewrite enabled.
Can you check with your host? The module may be enabled but your directory may need something like this added to it via httpd.conf.
<Directory /var/www/your-directory-here>
Options -Indexes
AllowOverride All
</Directory>
See that AllowOverride All? Ask your host to see if that line or equivalent is enabled for your directory where you have WordPress.
Hi!
I’ve talked to my host. They managed to solve the problem!:) Thank you for your bigbigbigbig help!:)
Thanks!