[wp-testers] .htaccess issues

Chris Haynes cphemail at yahoo.com
Thu Nov 17 02:05:02 GMT 2005


I'm using the latest SVN of WP1.6 and this is my .htaccess file:

#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/

<IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteCond %{REQUEST_FILENAME} -f [OR]
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteRule ^(.+) - [PT,L]
 
 RewriteRule ^(.*) index.php
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>

# END WordPress



On Wed, 16 Nov 2005 19:43:18 -0600, "Hayford O'Leary, Sean"
<hayfordoleary at gmail.com> said:
> I've got 1.5.2 working fine on this same server, and an earlier nightly
> working fine on a different one.
> 
> On 11/16/05, Ryan Boren <ryan at boren.nu> wrote:
> >
> > On Wed, 2005-11-16 at 18:58 -0600, Hayford O'Leary, Sean wrote:
> > > That's basically what's happening to me -- WordPress isn't
> > > touching .htaccess.
> >
> > Was it working before?
> >
> > The new got_mod_rewrite() function could be broken.
> >
> > Ryan
> >
> > > On 11/16/05, Ajay D'Souza <me at ajaydsouza.com> wrote:
> > > This may sound weird, but in my version.
> > >
> > > My .htaccess is free of anything from WordPress, i.e. the code
> > > below is not present in my .htaccess
> > >
> > > Ajay
> > >
> > >
> > > On 11/16/2005 9:06:13 PM, Santanu Misra
> > > (santanu.misra at gmail.com) wrote:
> > > > Hello,
> > > >
> > > > I am working with WordPress 1.6-ALPHA-2-still-dont-use and
> > > here is my
> > > > .htaccess file if that helps you.
> > > >
> > > > # BEGIN WordPress
> > > > <IfModule mod_rewrite.c>
> > > > RewriteEngine On
> > > > RewriteBase /
> > > > RewriteCond %{REQUEST_FILENAME} !-f
> > > > RewriteCond %{REQUEST_FILENAME} !-d
> > > > RewriteRule ^(.+)$ /index.php/$1 [L,QSA]
> > > > </IfModule>
> > > > # END WordPress
> > > >
> > > > But I have another question for the group with
> > > this .htaccess I do not
> > > > get 404 error any more as all pages are getting redirected
> > > to
> > > > index.php
> > > >
> > > > Any help ?
> > >
> > >
> > > _______________________________________________
> > > 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
> >
> > _______________________________________________
> > 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.
-- 
  Chris Haynes
  cphemail at yahoo.com



More information about the wp-testers mailing list