Peramlink structure of /index.php/%postname%/
-
Hi,
I took the plunge nand decided to get acclimated with 1.3. I am having a problem where I cannot use the peralink structure /index.php/%postname%/.
the .htaccess generated for this structure is:
RewriteRule ^site/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^site/([^/]+)/page/?([0-9]{1,})/?$ /index.php?pagename=$1&paged=$2 [QSA,L]
RewriteRule ^site/([^/]+)/?$ /index.php?pagename=$1 [QSA,L]
is this a bug?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Peramlink structure of /index.php/%postname%/’ is closed to new replies.