[wp-testers] Permalinks

Dreamchaser dreamchaser at gmail.com
Sun Mar 5 17:19:03 GMT 2006


If someone still wanna try something like what I requested, check the
link I posted in previous message or, put this in structure :
/%category%/%postname%.html and update your .htaccess file!

You get >> http://www.yoururl.com/catrgory-name/post-name.html which
is very helpful for SEO :) !

Regards,
Dreamchaser

On 3/5/06, Dreamchaser <dreamchaser at gmail.com> wrote:
> 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