element13
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Changing Host issueI followed instructions above in the upload_path.
I had the correct path just to much info.
All it need was “wp-content/upload”
Thank you without your suggestion I would not have solved it.
Forum: Installing WordPress
In reply to: Changing Host issueThat seems like a good idea.
Will keep you posted.
Forum: Installing WordPress
In reply to: Changing Host issueBTW….I upgraded to the latest before transferring it.
Forum: Installing WordPress
In reply to: Changing Host issueThe original path was….
http://www.eliocamacho.com/theJourney
I checked the .htaccess file and this is it.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /theJourney/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /theJourney/index.php [L]
</IfModule># END WordPress
Forum: Installing WordPress
In reply to: Changing Host issueIf it helps here is the link….
Forum: Installing WordPress
In reply to: Changing Host issueYes I followed the instructions about and have completed each step.
I re-saved the permalink and still no luck.
Forum: Installing WordPress
In reply to: Changing Host issueThank you.
That helps but now I am back to the same original problem.
It says the page doesn’t exist. The front page is perfect but as soon as I try to go to another page it says it doesn’t exist.
I can get into the admin and edit the page but still no luck.
Forum: Installing WordPress
In reply to: Changing Host issueReinstalled the database and now the issue it when I click on a new page it still points at my old domain name.
I don’t see anything in the config file that actually points towards any specific domain.