scotttraveler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Photos won't align to centerInteresting, I haven’t applied your last recommendation yet but was wondering about the browser.
I am using Firefox and they align left, I opened the page in explorer and they are aligned center.
…?
Forum: Fixing WordPress
In reply to: Photos won't align to centerneither seems to have fixed it ??
Forum: Fixing WordPress
In reply to: Photos won't align to centerhopefully that works ??
Forum: Fixing WordPress
In reply to: Photos won't align to centerI forgot to include a page that has the issue:
Forum: Installing WordPress
In reply to: wp-admin/install.php file missing@ govpatel & ClaytonJames –
thanks for the help and advice.
Here is what I found:
When uploading files to the server using Filezilla, if a file is partially loaded and then times out, 1/2 of the file is in the server. You can see the file, it looks uploaded, but it will not function. I went in and reinstalled the WP software and any time it asked to replace a file & the size of the new file was larger than the old file, I overwrote it and in this way fixed the install.
Site is up and working – in the process of moving content over, changing theme & then a redirect.
thanks again!
https://scotttraveler.com
https://scotttraveler.wordpress.comForum: Installing WordPress
In reply to: wp-admin/install.php file missingI unzipped the 3.2.1 file and then uploaded the whole thing to my server root uzing filezilla. Got back a wordpress error on the home page.
I deleted everything from the server and am in the process of reinstalling & I notice that when (due to variable connectivity), connection is lost, rather than queue files, filezilla puts them to the side and you have to manually reinstall them to the queue.
Will try to re-upload and see if it works. crossing my fingers…
Forum: Installing WordPress
In reply to: wp-admin/install.php file missingI installed the files to my server using Filezilla, I follwed the directions in the tutorial and it didn’t work.
I am very surprised how non-user friendly this whole install process is. After WordPress.com I thought it would be harder, but I’ve been at this 10 hours for 4 days now and I think I need to go to computer programming school…
Forum: Fixing WordPress
In reply to: Permalink settings – can see posts and pagesReading this a bit further, it is telling me that I should:
You should update your .htaccess now.
And then further down the permalink page it says:
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
And then gives this code to copy and paste:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>My question is, where do I find the .htaccess ? I don’t have WordPress installed to my computer – I have no idea where to find the htaceess directory.