[suPHP] No search engine friendly URLs anymore?
Max Korzhanoff
mk at garmtech.lv
Tue May 6 15:22:34 CEST 2008
It's first time I see SEF URL done with "Files". Here's one of usual
examples using Rewrite:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)$ /index.php?cat=$1 [L]
You can write your own - it's quite simple.
--
Kind regards,
Max Korzhanoff (CEO)
GARM Technologies
Riga, Latvia
Christian Scholz-Flöter wrote:
> 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