Jemz xmas tings. Aug 6, 2013 166 17 May 5, 2014 #1 With IIS I'm able to just use URL Rewrite to rewrite Index.php to Index. but how would I do this with nginx? Thanks for the help.
With IIS I'm able to just use URL Rewrite to rewrite Index.php to Index. but how would I do this with nginx? Thanks for the help.
Data Posting Freak May 19, 2013 593 97 May 7, 2014 #2 Make a htaccess? Code: RewriteEngine On RewriteRule ^index index.php Upvote 0 Downvote