URL Shortener, htaccess problem
Posted: Thu Nov 15, 2012 5:03 am
For the URL shortener tutorial I can't seem to get the code in the htaccess file to work.
I entered:
I entered:
RewriteEngine On RewriteRule ^([a-z0-9]+)$ go.php?key=$1and when I enter, http://website.com/2 I just get a 404 error, and am not redirected to the go.php page at all.