[pmwiki-users] Clean URL [again]
pmwiki at 911networks.com
pmwiki at 911networks.com
Wed Dec 6 19:17:39 CST 2006
I have 2.2.0b16 with Apache 2.x
My URL is:
www.test.ca/index.php/Site/Tomorrow
I want to remove the index.php so that I get: www.test.ca/Site/Tomorrow
I already have
RewriteEngine on
RewriteCond %{HTTP_HOST} ^test.ca [NC]
RewriteRule ^(.*)$ http://www.test.ca$1 [L,R=301]
to add the www.
I have not defined $ScriptUrl or $PubDirUrl
I have $EnablePathInfo = 1;
PmWiki is installed on the root of the domain.
Any suggestion?
--
Thanks
http://www.sqlhacks.com
The SQL knowledge base
More information about the pmwiki-users
mailing list