Results 1 to 2 of 2

Thread: install wordpress blog, not working

  1. #1

    Default install wordpress blog, not working

    I am a fan of vshare and this forum. YOu are always here answering questions and we thing that this support is why we are a fan of vshare.

    My issue is that my wordpress blog is installed in this director: public_html/blog/wordpress I can access the dashboard with no issue (www.ettv.com/blog/wp-login.php ). When I try to access the wordpress default index.html it is not working. It redirects me to the home page (www.ettv.com ).

    Can anyone help me on this issue. Should I load this into "www" folder. By the way I am using a virtual dedicated server vps from godaddy.com

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    Edit .htaccess find

    RewriteRule ^admin$ - [L]
    RewriteRule ^admin/(.*) - [L]
    add below

    RewriteRule ^blog$ - [L]
    RewriteRule ^blog/(.*) - [L]
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •