end_user
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Logged into Dashboard but Site Not DetectedPerfect!
Thank you very much apljdi.
Forum: Installing WordPress
In reply to: Logged into Dashboard but Site Not DetectedThank you apljdi for responding. I am new to this – obviously.
My understanding is that it would allow me to invisibly direct traffic to this blog while having other blogs, say /travel/, /testing/, or whatever.
If this is not the standard and will cause added problems, then please share with me. I am open to suggestions from ones who know better.
But if once I have set up this way properly, I think I understand the benefit of this as explained in the install tutorial at:
– Now, as I understand your explanation for this setup… I could copy this index.php into the public_html where it will be alongside the wp09 files and remove the code that is currently in the index.php, leaving nothing there.
I will check back here later today to see if you confirm my assumption before doing this – when I have the time to work on this.
Thanks again for your help.
Forum: Installing WordPress
In reply to: Logged into Dashboard but Site Not DetectedHere’s the full explaination for it:
If you want visitors to arrive at your blog when accessing http://www.mywebsite.com (without having to add /wp02/ on the end), you can easily do this.
Put the following line of code (and nothing else) in your public_html/index.php:
<?php header(“Location:http://www.mywebsite.com/wp02/”); ?>
and your visitors will be transparently directed to your blog in /wp02/.
Forum: Installing WordPress
In reply to: Logged into Dashboard but Site Not DetectedI used the example posted here to point to my wp09:
My hierarchy is:
root / public_html / wp09 / index.php
wp09 is where all my WordPress folders and files are, including the index.php file I coded with
<?php header(“Location:http://www.esoftcafe.com/wp09/”); ?>
to point to that folder. I thought that’s what the example meant for me to do.
Forum: Installing WordPress
In reply to: Logged into Dashboard but Site Not Detectedmy index.php file has:
<?php header(“Location:http://www.esoftcafe.com/wp09/”); ?>
and nothing else.
Forum: Installing WordPress
In reply to: Logged into Dashboard but Site Not DetectedPreview of posts or visit site buttons give me:
Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.
* Have you disabled or blocked cookies required by this site?
* NOTE: If accepting the site’s cookies does not resolve the problem, it is likely a server configuration issue and not your computer.Directly entering to browser address bar gives me:
Index of /
* wp09/
It’s killing me!
Forum: Installing WordPress
In reply to: Logged into Dashboard but Site Not DetectedI just deleted the whole thing and started from scratch.
I’m able to login to my dashboard but to preview or go to the site produces the same results as before.
Forum: Installing WordPress
In reply to: Logged into Dashboard but Site Not DetectedI have read and tried every thread relating to this issue posted here.
I have tried the disable-canonical-redirects plugin.
I have deleted cookies to the site.
I have downloaded plugins from directory and deleted plugins and php file.
I have not made any headway in resolving this issue.
Does anyone have any suggestions?