I could not found any Forum for Web Servers or something related to my problem so I am posting it here.
So I am having trouble with Regular Expressions in HTACCESS.
So what I have in my website is : ROOT : (my web root is in a sub folder 'sites') /sites/index.php and other files /sites/sites/sample_folder_name/index.php and other files
Now what I would like to do is to ReWrite URL : /sites/sites/sample_folder_name/file_name.php
to : /sites/file_name.php?siteredirect=sample_folder_name
Remember :
If the URL contains any Request Parameters, then those must also be rewrited, i.e :
Example : /sites/sites/sample_folder_name/file_name.php?cat_id=1&user=2
to : /sites/file_name.php?cat_id=1&user=2&siteredirect=sample_folder_name
Currently, the rewrite is working great but I am not able to make them work with parameters.
Can anyone make it to work with parameters ? Please help !
Thank You
Regards,
Ankur Thakur
2
Contributors
1
Reply
29 Minutes
Discussion Span
1 Year Ago
Last Updated
2
Views
Related Article:UserName as URL ( Apache htaccess ) PHP?
is a PHP discussion thread by AbhishekBiswal that has 1 reply, was last updated 1 year ago and has been tagged with the keywords: apache, apachesupport, php.