2009-08-09, 01:38:06
It seems that you are on a MAC - .htaccess files are hidden by default so you wouldn't be able to see it in finder.
Also, if you're using MAMP pro I know you can individualy add or remove apache components, but are you sure mod_rewrite is turned on in the apache configuration?
To find out for sure, make a file called test.php or whatever, with the following:
<?php
phpInfo();
?>
Do a search on that page for 'mod_rewrite' and it will tell you if it's actually enabled or not.
Also, if you're using MAMP pro I know you can individualy add or remove apache components, but are you sure mod_rewrite is turned on in the apache configuration?
To find out for sure, make a file called test.php or whatever, with the following:
<?php
phpInfo();
?>
Do a search on that page for 'mod_rewrite' and it will tell you if it's actually enabled or not.
------
I can't design for shit but I can code the shit out of your design
I can't design for shit but I can code the shit out of your design