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 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? Link to comment https://forums.phpfreaks.com/topic/272664-mod-rewrite-issue/#findComment-1403089 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.