In my .htaccess file I have these rewrites
#RewriteCond %{REQUEST_FILENAME} !-d #RewriteCond %{REQUEST_FILENAME} !-f #RewriteRule ^([^\.]+)$ $1.php [NC,L] RewriteRule ^/admin/$ http://socialable.comuv/admin.php [R=301,L] #noted out three lines since it's not what I need anymore I forgot the RewriteRule originally Yet now it seems to not work at all, it keeps giving errors everywhere. I want is this
/admin/ (directory) to become /admin.php (file)
administration.php to become /administration