can we generate a redirect file ib php which tell server which data to show. & from where we call this redirect file....... Very simple there is dummy links at index.php & when a link is click then the server goes to this redirect file. any effort will be appreciated
The easy answer is Yes but I'm not sure exactly what you are trying to do. Your index page can have any sort of real or rewritten link in it If they are clicked then your .htaccess will read the link, rework it and send the user to the correct it.
I think that u are try to make a dynamic site that have a index page which have shown data from database & u manually make a link & then desire to call a specific file which also have some situation....... am i right