HORRIBLE, my site wont load (adult site), HTACCESS PROBLEM

11 replies
Oh geez I messed something up in godaddy. I removed all redirects cause the site wasn't loading.

Now the main page loads but any link you click redirects to you one page.

How do I get this back to working? Freeking godaddy said its out of their realm.

www.phonesexkingdom.com any link you press will redirect to www.phonesexkingdom.com/all.php and this is NOT the current design

Please help?
#adult #horrible #htaccess #load #problem #site
  • Profile picture of the author ReikiGirl
    They told me to change the htaccess file to .txt and that then let me get onto the main page, but I can't go further. There are currently NO redirects in godaddy. Not even a wordpress one?

    if you take a look at www.phonesexkingdom.com/charlie the formatting is all messed up.
    {{ DiscussionBoard.errors[3904467].message }}
  • Profile picture of the author ReikiGirl
    rewriteengine on
    rewriterule ^ "^[_0-9a-zA-Z-]+\/(\.*\.php)$" [R=302,L] #[L]
    rewriterule ^ "^[_0-9a-zA-Z-]+\/(wp-(content|admin|includes)\.*)" [R=302,L] #[L]
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>
    # END WordPress

    This is what's in the htaccess file when I readd it then the site never connects.
    {{ DiscussionBoard.errors[3904527].message }}
  • Profile picture of the author Headfirst
    Try removing the lines before
    # BEGIN WORDPRESS

    Then rename it back to .htaccess (thats DOThtaccess)
    {{ DiscussionBoard.errors[3904570].message }}
    • Profile picture of the author ReikiGirl
      Originally Posted by Headfirst View Post

      Try removing the lines before
      # BEGIN WORDPRESS

      Then rename it back to .htaccess (thats DOThtaccess)
      I fixed that issue by just copying the basic htaccess from online...however now my issue is this

      www.phonesexkingdom.com/charlie none of the wp design is showing?
      {{ DiscussionBoard.errors[3904583].message }}
  • Profile picture of the author Headfirst
    I dont know if it matters, but I just checked one of my installs and I have this line
    RewriteRule . /wordpress/index.php [L]
    as

    RewriteRule . index.php [L]

    Hope that helps
    {{ DiscussionBoard.errors[3904618].message }}
  • Profile picture of the author ReikiGirl
    Sure didnt - this is exactly what my file says.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>
    # END WordPress
    {{ DiscussionBoard.errors[3904634].message }}
  • Profile picture of the author ReikiGirl
    Oh oh, I may have it
    {{ DiscussionBoard.errors[3904641].message }}
  • Profile picture of the author ReikiGirl
    Nope, I don't - ARGH!!!
    {{ DiscussionBoard.errors[3904652].message }}
  • Profile picture of the author Terry Crim
    did you make any changes inside wordpress itself or alter anything in the database via phpmyadmin? Wordpress handles redirects itself for page to page, SEO etc... It is possible also a plugin may have been corrupted, not installed or updated correctly or a setting has gone wrong.

    Can you login to wp-admin?
    {{ DiscussionBoard.errors[3904707].message }}
    • Profile picture of the author ReikiGirl
      Originally Posted by Terry Crim View Post

      did you make any changes inside wordpress itself or alter anything in the database via phpmyadmin? Wordpress handles redirects itself for page to page, SEO etc... It is possible also a plugin may have been corrupted, not installed or updated correctly or a setting has gone wrong.

      Can you login to wp-admin?
      I can log into wp admin just fine. Everything is normal there.

      I did not change anything via wordpress - I DID log into godaddy to set up a redirect of one page and then deleted it, after that the site no longer connected. Now I have to to where it will connect to the site, all the pages are fine OTHER than the NETWORK Pages.

      So all of the individual girls sites (which is set up as a network) aren't showing correctly.
      {{ DiscussionBoard.errors[3904718].message }}
  • Profile picture of the author ReikiGirl
    ugh I got it. It was in the network section of wordpress, my htaccess did get messed up and this is the correct way

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]




    Thank you guys for trying to help, I was panicking!
    {{ DiscussionBoard.errors[3904735].message }}

Trending Topics