Forum Moderators: phranque

Message Too Old, No Replies

htaccess and wordpress and followsymlinks

         

graykitty

6:50 pm on Jul 22, 2010 (gmt 0)

10+ Year Member



I have been struggling with htaccess and my shared web host and wordpress for 2 weeks. Permalinks in default mode worked but were ugly. When I added suggested code to .htaccess whole site failed. No help from host so I finally tried this:

`Options +FollowSymLinks
RewriteEngine On`

Since it did not immediately break the site, I went back to permalinks and changed structure to
`/%year%/%monthnum%/%day%/%postname%/`

It updated--amazing--but not to the structure above but to
http:mysite.com/parentpage/childpagename

this looks great but how does it effect spiders and robots?

phranque

12:07 am on Sep 4, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld [webmasterworld.com], graykitty!

most important is canonicalizing your urls.
are you also able to server content to requests for the "ugly" default permalinks?
is all your internal linking using the new permalink structure?

you still might want to figure out why it isn't using the configuration you specified and where the permalink structure being used is actually defined.