[wp-testers] Permalinks

Dreamchaser dreamchaser at gmail.com
Sun Mar 5 17:10:22 GMT 2006


This helps me a lot > http://codex.wordpress.org/Using_Permalinks

On 3/5/06, Metaopolis <metaopolis at gmail.com> wrote:
> Of course you will need to take out my crap from the .htaccess file
>
> to look like this:
>
> # BEGIN WordPress
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteBase /
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule . /index.php [L]
> </IfModule>
>
> # END WordPress
>
>
>
>
> On 3/5/06, David House <dmhouse at gmail.com> wrote:
> >
> > On 05/03/06, Metaopolis <metaopolis at gmail.com> wrote:
> > > In the structure field try:
> > > /%category%/%postname%/
> >
> > This is not a supported permalink structure and causes problems with
> > Pages.
> >
> > --
> > -David House, dmhouse at gmail.com, http://xmouse.ithium.net
> > _______________________________________________
> > wp-testers mailing list
> > wp-testers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-testers
> >
>
>
>
> --
> J Patterson
> _______________________________________________
> 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