Posted by sirijon on August 3, 2010 at 11:10am
hi
i want to run my drupal site on local host, so i download the site root folder from host and then copy it to www folder in wamp
i install DB and confige setting file to new user of DB
the first page of site run correctly an so far everything in correct
but when i click on any link to go to each page it has 404 page not fine error
i copy .htaccess file from drupal to the site folder
but then, all link redirect to localhost first page and i dont know why
please help me
thanks (i am beginner in english , i so sorry for...)
Comments
_
Check your Clean URL settings. - ?q=admin/settings/clean-urls
Pete.
http://adaptive.co.uk
mod_rewrite
Make sure apache module mod_rewrite is enabled
that is correct
by uncommenting it the problem solved
thanks