n000bie Posted October 16, 2009 Share Posted October 16, 2009 I have this in my .htaccess file RewriteEngine on RewriteBase / RewriteRule index_systems.php system.php I got this folder in localhost and all php files are inside this folder http://localhost/sjli Why this code is not working ? Can anyone help me please... Quote Link to comment Share on other sites More sharing options...
cags Posted October 16, 2009 Share Posted October 16, 2009 Looks like your base is http://localhost/ which means the rule would need to Options +FollowSymLinks RewriteEngine on RewriteRule sjli/index_systems.php sjli/system.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.