[wp-hackers] Home redirects to new page on WP 3.0

mailapera mailapera at gmail.com
Tue Jul 6 17:45:29 UTC 2010


I am returning the website to a working standing, I hope you got the
chance to see the error in production. I cannot leave the site broken
too long.
Thanks


On Tue, Jul 6, 2010 at 7:19 PM, mailapera <mailapera at gmail.com> wrote:
> Another piece of info:
> The redirection is written in the DB table named
> wp_redirection_modules and is one of three redirections
>
> The id is 2, type is apache, name is Apache and options is
> a:1:{s:8:"location";s:55:"/home/thriftyt/public_html/experience-tuscany/.htaccess";}
>
>
>
> On Tue, Jul 6, 2010 at 7:00 PM, mailapera <mailapera at gmail.com> wrote:
>> Hi,
>>
>>> what is the slug of the new page?
>> I just created a new page and the error is producing. The slug is URL
>> is http://experience-tuscany.thriftytuscany.com/experience-tuscany
>>
>>> Have you tried updating permalinks ?
>> Yes, I have set them to default then to custom again
>>
>>> Do you have other code in .htaccess besides what WP inserts?
>> I seem to have the plain one
>>
>> # BEGIN WordPress
>> <IfModule mod_rewrite.c>
>> RewriteEngine On
>> RewriteBase /
>> RewriteRule ^index\.php$ - [L]
>> RewriteCond %{REQUEST_FILENAME} !-f
>> RewriteCond %{REQUEST_FILENAME} !-d
>> RewriteRule . /index.php [L]
>> </IfModule>
>>
>> # END WordPress
>>
>>> what permalink structure are you using?
>> /%postname%/%post_id%
>>
>>> are all your pages redirecting or just the new one?
>> Only the new one
>>
>>> when you put in your site's address are you directed to the new page?
>> Yes
>>
>>> And finally if you load the twentyten theme does this still happen?
>> Yes
>>
>> Thanks for your help. Right now if you go to the blog you will see it
>> is all messed up
>>
>>
>>
>>
>> On Tue, Jul 6, 2010 at 6:40 PM, mccormicky <mccormicky at gmail.com> wrote:
>>> I have questions about your error:
>>> what is the slug of the new page?
>>> Have you tried updating permalinks ?
>>> Do you have other code in .htaccess besides what WP inserts?
>>> what permalink structure are you using?
>>> are all your pages redirecting or just the new one?
>>> when you put in your site's address are you directed to the new page?
>>>
>>> And finally if you load the twentyten theme does this still happen?
>>>
>>> On Tue, Jul 6, 2010 at 12:27 PM, mailapera <mailapera at gmail.com> wrote:
>>>
>>>> Hi, I am posting here as I can't get any help on the forums.
>>>>
>>>> I installed 3.0 and after creating a new page, additional to those I
>>>> already had prior to the upgrade to 3.0, my homepage redirects to that
>>>> newly created page with a 301 permanent redirect. If I delete the page
>>>> the redirect stays and produces a 404 error each time I try to visit
>>>> the homepage. To eliminate the error I have to go in the DB and delete
>>>> the 301 entry.
>>>>
>>>> I also tried creating multiple new pages. The result is that after
>>>> deleting from the DB the oldest page (of the newly created ones) the
>>>> redirect moves to the next newly created page in line. So I cannot
>>>> create any new page.
>>>>
>>>> I tried disabling all plugins and the error is still in place. I have
>>>> no idea what produces it.
>>>>
>>>> Thanks for any help
>>>> _______________________________________________
>>>> wp-hackers mailing list
>>>> wp-hackers at lists.automattic.com
>>>> http://lists.automattic.com/mailman/listinfo/wp-hackers
>>>>
>>> _______________________________________________
>>> wp-hackers mailing list
>>> wp-hackers at lists.automattic.com
>>> http://lists.automattic.com/mailman/listinfo/wp-hackers
>>>
>>
>


More information about the wp-hackers mailing list