Page redirection not working in new path

I copied my files to a new directory so I can create a testing site.
example:
original site
/index.php
testing site
/Testingfolder/index.php

and now my redirection’s won’t work? once I select an option that should take me to a different file/page, like loging-in for example. The site hangs?
I know the original site is using an .htaccess file, which I’m not familiar yet with, will I need to have another one in my testing folder?
thanks for the help

All depends on what that htaccess file does. Need to look at your page and see if any of the paths are hardcoded. Also need to check that the testing page can access any resources that it needs, like php includes, js scripts, etc.

Sponsor our Newsletter | Privacy Policy | Terms of Service