Hey, did you encounter on wordpress page was not found on this server after moving your site on to another local computer? Here’s a little tip.
mod_rewrite on your apache config must be enabled.
1. Go to/etc/apache2/httpd.conf
2. locate the following lines:
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
LoadModule php5_module libexec/apache2/libphp5.so
3. make sure they are enabled/uncomment them.
4. restart your apach/mysql