[wp-testers] .htaccess issues

Santanu Misra santanu.misra at gmail.com
Wed Nov 16 17:52:30 GMT 2005


If I do this I get an error saying this page not found and I get
redirected to search page

for these pages
1. http://www.santm.com/2005/11/16/reached-10k-and-folding/dsds
2. http://www.santm.com/2005/11/16/ddsd
3. http://www.santm.com/2005/11/dsds

But when I do this
http://www.santm.com/2005/dsds
or http://www.santm.com/dsds

I am sent to index.php

reading http://codex.wordpress.org/Using_Permalinks and this is my .htaccess now

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
RewriteRule ^p/([0-9]+)?/?([0-9]+)?/?$ /index.php?p=$1&page=$2 [QSA]
</IfModule>
# END WordPress

Thanks
Santanu

On 11/16/05, Hayford O'Leary, Sean <hayfordoleary at gmail.com> wrote:
> I'm at 3104.
>
> PHP safe mode turned off
> write and execute permissions open on both wordpress' folder and .htaccess
> perpetual cache turned offI've gone to the usual Options > Permalinks and
> set it to /%year%/%monthnum%/%postname%/.
>
> I have a version of 1.5.2 running on this server, and its addresses work
> just fine.
>
> Oh, I just tried again, by adding /index.php/ in the address (
> http://g.hayfordoleary.com/cvm/index.php/2005/11/hello/)
> instead of (http://g.hayfordoleary.com/cvm/2005/11/hello/).
> Does that mean anything?
>
> -Sean
>
> On 11/16/05, Austin Matzko <if.website at gmail.com> wrote:
> > On 11/16/05, Hayford O'Leary, Sean <hayfordoleary at gmail.com> wrote:
> > > I just installed the 2005-11-16 nightly build and it won't edit the
> > > .htaccess.
> >
> > Could you elaborate?  I edited the .htaccess under Manage > Files just
> > fine, and I'm at version 3108.
> > _______________________________________________
> > wp-testers mailing list
> > wp-testers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-testers
> >
>
>
>
> --
> Sean Hayford O'Leary
>
> I'm always online. Check out my personal site
> [http://sdho.hayfordoleary.com], design site
> [http://design.hayfordoleary.com ] or HOP [http://p.hayfordoleary.com] -- my
> portal project.
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
>
>


More information about the wp-testers mailing list