Thread
:
[solved] Alternative to Multiveiws
View Single Post
#
4
03-22-2011, 04:05 AM
NiteWave
LiteSpeed Staff
Join Date: Sep 2009
Posts: 2,226
how about copy following rules to each sub folder's .htaccess which need multiviews?
# Multiviews
RewriteEngine On
RewriteCond %{REQUEST_URI} !\.php$
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^([^/]+)(/?)(.*)$ $1.php$2$3 [L]
NiteWave
View Public Profile
Send a private message to NiteWave
Find all posts by NiteWave