"Stéphane Heckel"  wrote :

any chance to get a suggestion ?
Thanks

SH

> I have removed pmwiki.php from the URL with the following .htaccess :
>
> RewriteEngine On
> RewriteBase /
> RewriteRule ^$ pmwiki.php [L]
> RewriteRule ^index\.php$ pmwiki.php [L]
> RewriteRule ^([A-Z0-9\xa0-\xff].*)$ /pmwiki.php?n=$1 [QSA,L]
>
> so I can access my site with http://mydomain.com
>
> I have implemented Bloge-Shorturl and would like to know how 
> $ShortUrlPrefix should look like ?
> I have tried $ShortUrlPrefix = 'http://mydomain.com/s'; but this produces 
> a wrong shorturl, something like http://mydomain.com/s/4
>
> I'm very uncomfortable with all those RewriteRule & path stuff, ..
>
> Any clue ?
>
> Thanks
>
> SH 




_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to