stenphen
Forum Replies Created
-
Crap — I’m such a newbie… changed the URI settings to these possibilities and now it’s officially screwed up. (as you will see)…
WordPress address (URI): https://winningman.com/blog
blog address (URI): https://winningman.com/blog
Should that be: https://winningman.com/blog/index.php ?
OR
https://blog.winningman.com/ (it is set as a subdomain) ??
If possible, someone please submit a response before I have to blow this setup out and reinstall….
Much appreciated.
moshu, did I lose you? anyone else up for taking a stab?
I’m at a loss… any other suggestions out there?
moshu, I have the following file content (and haven’t touched it previously) on the blog setup for .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPress
Understood. Hmmm… I will examine the .htaccess file. I just double-checked confirm that there is no index.html page in my hard files (pre-FTP), nor on the live FTP file list.
Any other thoughts while I hit up my hosting service for some added support?
Thanks for working through this with me.
Thanks moshu…
Not sure what you are referring to… I do not see an index page (HTML) in that folder via FTP — only an index.php file, and that was what I installed with everything else WP. I have not added any files other than the install items…
Can you elaborate on your line of thinking?
Much appreciated.
Forum: Fixing WordPress
In reply to: UGH! All links return to Home instead of entry pages…?anyone? someone has to have a helpful hint or two somewhere… did I not explain the problem enough?