adam291086 Posted January 24, 2008 Share Posted January 24, 2008 I understand that i need to change the .htacess file to chage my dynamic links from www.example.co.uk?page=index to www.example.co.uk/index. I have two questions 1) i am using $_GET to get the page name. Will this be affected if i change the .htacess file 2) Am i right in saying the .htacess file is the one located in my log folder. Seem to be the only on i can find Link to comment https://forums.phpfreaks.com/topic/87523-changing-the-dynamic-url/ Share on other sites More sharing options...
trq Posted January 24, 2008 Share Posted January 24, 2008 1: Using mod_rewrite (within a .htaccess file) will have no effect an where you get your variables from. It literally rewrites the url. 2: No. .htaccess files can be placed within any directory, they then controll that directory and all its children. You will likely need to create another .htaccess in the root of your site. Link to comment https://forums.phpfreaks.com/topic/87523-changing-the-dynamic-url/#findComment-447717 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.