In your .htaccess just do this:
-
RewriteEngine on
-
RewriteRule ^([A-za-z0-9]+)/?$ user.php?name=$1
This will ignore php files, and any files that are requested deeper into the site like JS or CSS.
Sphere: Related ContentAugust 14th, 2009 § 0
In your .htaccess just do this:
This will ignore php files, and any files that are requested deeper into the site like JS or CSS.
Sphere: Related Content