• I asked my host people whats the problem i am getting with Featured picture not showing up or sildeshow pictures they told me its my.htaccess setting ?

    im new at it IF anybody could help ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    they told me its my.htaccess setting

    That would be a neat trick, but anything is possible.

    If your .htaccess is less than 10 lines can you copy it here? That way we can take a look. Also, a link to your site would help.

    If it’s more then 10 lines, please use pastebin.com and post the link here to that paste.

    Thread Starter busterbox

    (@busterbox)

    I just fixed it heres the step

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteRule . /index.php [L]
    RewriteRule !^(classified|link-directory)/ /index.php [L]
    RewriteRule link-directory/([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/? /index.php?pagename=link-directory&_action=$1&id=$2&parent=$3 [QSA,L,R,NS]
    </IfModule>
    
    # END WordPress
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I just fixed it

    That’s good, solving it yourself is best. ??

    I don’t see anything that would interfere with a featured image, so if it comes up again it might be something else.

    Thread Starter busterbox

    (@busterbox)

    Yes its the best

    and if it does come back i will def bother you aha thanks anywayz

    Thread Starter busterbox

    (@busterbox)

    Its not working again i re-install the wordpress and i this trick dont work no more

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘.htaccess help anybody – Sildeshow images not showing’ is closed to new replies.