Skip to:
Content
Pages
Categories
Search
Top
Bottom

2 remaining problems

Viewing 5 replies - 1 through 5 (of 5 total)

  • LPH2005
    Participant

    @lph2005

    You have WP 3.0.1 but please post the BP version as well as the .htaccess that you have in the root.

    hi
    the version of bp is 1.2.6

    the content of .htaccess is
    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /
    # Business Cards
    #RewriteRule ^([0-9-]+)/?$ /index.php?p=$1 [L]
    #RewriteRule ^([0-9]+)/(.*)?$ index.php?p=$1&$2&$3 [L]
    #RewriteRule ^([0-9]+)/(.*)/$ index.php?p=$1&$2&$3 [L]
    #RewriteRule ^([0-9]*)/(.*)/(.*)$ index.php?p=$1&=$3 [L]

    RewriteBase /blog/
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]

    i removed this part:
    RewriteBase /blog/
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]

    but it still doesnt work, i mean, only when using blog.emailaya.com
    i have another subdomain that links to another site and it works perfect. inside the relevant folder i have index.php that redirect to the other site so my conclusion is that something is wrong with index.php in the blog folder, ofcourse it doesnt explain why http://www.emailaya.com/blog does work.
    what’s gone wrong?
    thanks

    please please pleas help me with these 2 problems
    one is the link of each post title and the other one is even more critical because now most of the links are broken
    (when searching in google, inside my site and more)

    this is the message i get from firefox:
    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    as i understood from my site admin, something is causing the redirection to be as an endless loop but i dont understand what is causing it. i expected http://www.emailaya.com/blog to have the same symptom but it doesn’t so i dont know where to start looking for it
    thanks

    please please please help me on this one
    my blog is half broken
    the links of every post title leads to an invalid URL
    from where can i get help about these 2 problems?
    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘2 remaining problems’ is closed to new replies.
Skip to toolbar