View Single Post
  #4  
Old 03-22-2011, 04:05 AM
NiteWave NiteWave is online now
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]
Reply With Quote