Using godaddy hosting I followed the ‘Changing the URL directly in the database’ and could not find the wp-content/cache file to delete. I can log into the site (http://www.luxuryrentalsaustin.com/) but it gives me this on the home page.
Warning: parse_url(http:///www.luxuryrentalaustin.com) [function.parse-url]: Unable to parse URL in /home/content/j/a/m/jamaica1962/html/lraustin/wp-includes/classes.php on line 162
and this when I log in.
Warning: parse_url(http:///www.luxuryrentalaustin.com) [function.parse-url]: Unable to parse URL in /home/content/j/a/m/jamaica1962/html/lraustin/wp-includes/http.php on line 257
now when i try to log in..
Warning: parse_url(http:///www.luxuryrentalaustin.com) [function.parse-url]: Unable to parse URL in /home/content/j/a/m/jamaica1962/html/lraustin/wp-includes/pluggable.php on line 947
Warning: Cannot modify header information – headers already sent by (output started at /home/content/j/a/m/jamaica1962/html/lraustin/wp-includes/pluggable.php:947) in /home/content/j/a/m/jamaica1962/html/lraustin/wp-includes/pluggable.php on line 868
OK I went into the database and fixed the issue. My site is back up. But links don’t work. I see this in my permalinks.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
what am i supposed to do ???
I copies and pasted into .htaccess but nothing
Try resetting your permalinks back to the default setting and deleting the .htaccess file. Then try setting a custom permalink structure back up again.
Custom permalink..do you mean once I delete and then go back into wordpress and select custom permalink. It would create a htaccess file automatically?
Yes but you need to delete the existing .htaccess file first