Viewing 15 replies - 1 through 15 (of 18 total)
  • Follow these instructions to recover: http://codex.wordpress.org/Changing_The_Site_URL

    Thread Starter jensjacob24

    (@jensjacob24)

    i did do all of that before none of it works! was there one in particular you were referring to? thanks

    Your htaccess file shows that Frontpage extensions are installed, so check these instructions to make permalinks work with Frontpage. It involves adding one line to various htaccess files.

    If that doesn’t work, try deleting your htaccess and regenerating it from the dashboard, if you can get into the dasboard. Or, use these basic WP rewrite rules in htaccess with nothing else:

    RewriteEngine on
    
    <IfModule mod_rewrite.c>
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    Thread Starter jensjacob24

    (@jensjacob24)

    i looked at the instructions and apparently the already had that line of code in each .htaccess file, i cant access my dashboard because the permalinks dont work, unless theres another way to get to the dash board

    also with the .htaccess file is that suppose to be in the root of the site? or where your blog is? i dont remember where it was in the first place because I have moved everything around so many times, im going to try that code you have posted there

    Thread Starter jensjacob24

    (@jensjacob24)

    ok so i just tried changing the .htaccess file to the code you have posted above when i kept the file in the site root (wordpress in a different directory) it gave me this error when i tried to go to a page other than the home page

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@sypherav.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    when i put the .htaccess in the same directory it goes back to my original problem with the requested url not found

    You already tired adding these two lines to your wp-config.php and it didn’t work enough for you to get into the dashboard?

    define('WP_HOME','http://sypherav.com/client/');
    define('WP_SITEURL','http://sypherav.com/client/');
    Thread Starter jensjacob24

    (@jensjacob24)

    nope everytime i go to http://www.sypherav.com/client/wp-admin/

    it gives me this error message:
    Not Found

    The requested URL /client/login was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at sypherav.com Port 80

    OK, just to be clear: what directory is wordpress in now? Root, as in syperav.com, or in syperav.com/client ? If it’s back in /client, try these lines again, without the trailing slash:

    define('WP_HOME','http://sypherav.com/client');
    define('WP_SITEURL','http://sypherav.com/client');

    Other than that, I’m kinda stumped….

    Thread Starter jensjacob24

    (@jensjacob24)

    yeah i moved the site back to sypherav.com/client,

    yeah still nothing
    thats what i dont get, is there anyway for me to perhaps reinstall wordpress and still be able to keep my posts in that case?

    or would you like to take a look at the site for yourself? see if you see somin that i dont? thanks

    Thread Starter jensjacob24

    (@jensjacob24)

    Well, the URL is specified in the database, and if you reinstalled WP and imported the same database, you’ll still have problems.

    Thread Starter jensjacob24

    (@jensjacob24)

    MARK IS MY HERO! turns out I had some stuff from my previous domain name interfering with it, thanks again =)

    For other readers of this thread, I had to manually delete the permalinks settings in wp_options in the database to get the site back up, as well as fix broken URLs for pages themselves.

    Hi Mark – Could you possibly help me out?
    http://wordpress.org/support/topic/323462?replies=11
    I have the same problem with no solution in site.

    I’m not getting this: Error establishing a database connection and can’t login to admin at all. This is just getting worse. Can anyone help out? Any ideas?

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘The requested URL /login was not found on this server.’ is closed to new replies.