pontypete Posted January 3, 2013 Share Posted January 3, 2013 Hi Guys, this should be something simple, but I keep getting a 500 Internal Server Error each time I visit my website when I upload my htaccess which consists of... RewriteEngine On RewriteRule ^([^/]*)$ /view.php?id=$1 [L] my website is currently getting the id value for database reference, however I want the desired results below: website.com/1 not website.com/view.php?id=1 any help will be great. Thanks in advance! Pete Quote Link to comment https://forums.phpfreaks.com/topic/272664-mod-rewrite-issue/ Share on other sites More sharing options...
requinix Posted January 3, 2013 Share Posted January 3, 2013 And what does Apache's error log have to say on the matter? Quote Link to comment https://forums.phpfreaks.com/topic/272664-mod-rewrite-issue/#findComment-1403089 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.