[suPHP] No search engine friendly URLs anymore?
Christian Scholz-Flöter
cs at christianscholz.com
Tue May 6 13:45:12 CEST 2008
Hi there,
my web hosting provider has recently switched to suPHP.
Before that day, I used to let the server re-write URLs to make them
search engine friendly.
The following was the .htacess file I'd used successfully to achieve
URLs like
"http://www.christianscholz.com/articles/lass-deine-user-bezahlen":
<Files topics>
ForceType application/x-httpd-php
</Files>
<Files articles>
ForceType application/x-httpd-php
</Files>
Unfortunately, this does not work anymore. My provider's advice to leave
out "application/" did not improve the situation much.
Does anyone have a similar situation or, better yet, know how to use
suPHP AND create search engine friendly URLs?
Later
Christian Scholz-Flöter
More information about the suPHP
mailing list