wp_coder
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Getting Site Working After hack incidentTried most of this already…
I tried changing permalink settings back and forth. I went into the database and ran a query to change all occurrences of IP addresses directly to his domain name. I also added a new page, and even when adding a new page it doesn’t show up in the pages list (only shows it exists overall 112 pages instead of 111 pages now), but I never can access any of the pages themselves.
I think it is something somewhere in the database the hacker modified something.
Forum: Installing WordPress
In reply to: Cannot get default page to load in root after installThanks for the suggestions.
Yup tried it all and was using a blank install with the default template.I will try some more rewriter rules, it must be the Helicon rewriter I’m guessing, otherwise some type of bug or issue with something I’m using.
Forum: Installing WordPress
In reply to: Cannot get default page to load in root after installNote that by typing in the below manually in the browser it works fine:
http://mysite.com/wordpress/index.php?p=1This next line however returns a dead link:
http://mysite.com/wordpressNo matter what I change to the .htaccess file or what I do to the default documents in IIS, I can not get mysite.com/wordpress to point to mysite.com/wordpress/index.php?p=1