Thread: Seo urls
View Single Post
Old 11-12-2012, 01:10 AM   PM User | #1
nx2b
New Coder

 
Join Date: Aug 2012
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
nx2b is an unknown quantity at this point
Seo urls

Hi,

I have this in my .htaccess and works fine but I have a subdomain that uses http://subdir.domain.com and domain.com/subdir/ and keeps trying to add .php so when I remove the .php in the rule it works but my SEO URLS do not as well it would not allow me to add a trailing / for my SEO URLS I looked around but nothing worked.

Quote:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
nx2b is offline   Reply With Quote