• i’ve just installed wordpress on 000webhost (free plan)and activated buddypress plugin.homepage seems ok but i can’t access anything by clicking any links like members,activity,about etc… it redirects to https://err.000webhost.com/
    my website>>

    and one thing may be i should mentoin in permalink setting on my dashboard a message appears when i try to change link structure–>

    If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.

    (this is the code it shows me)

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

    —————————————————————-
    it would be nice to have your kind suggestion.thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Looks like your .htaccess file is not writable so wordpress is giving you the code to add to .htaccess file you can do that using ftp or server and look for hidden file.

    Try and switch to default permalinks and see if your links work.

    Thread Starter he_is_a_dummy

    (@he_is_a_dummy)

    Looks like your .htaccess file is not writable so wordpress is giving you the code to add to .htaccess file you can do that using ftp or server and look for hidden file.
    i used filezilla ftp client.but i dont know how shud i do that.can’t find any .htaccess it shows only these on root directory.
    public_html
    Do_not_upload_here
    .ftpquota
    ——————
    thanks for your answer.

    .htaccess may be hidden, you may need to tell filezilla to show hidden files

    Or, you may not have an .htaccess file, in which case you would just make the file with the above code in it

    Thread Starter he_is_a_dummy

    (@he_is_a_dummy)

    i think i made the .htaccess file because now it’s not showing these thing anymore.
    —————-
    but i still i can’t access members,activity,groups etc by clicking on the link.it redirects to https://err.000webhost.com&#8230; is there anything i have to install to view these (like plugins or something else) or its not working bcause im using free plan…
    ————————-
    Thanks for answer

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘can't access any link on my site.redirects to error page when click a link.’ is closed to new replies.