jnj_web_solutions
asked on
Rewrite URLS
Hi,
I have using this code to rewrite url.
RewriteRule enquiry add_enquiry.php
It seems work correct. But i want to rewrite url like this add/enquiry. It works, but style sheeet does not support to rewrite mypage.
My original ouput is:
http://www.url.com/enquiry
Actually i want to output like below:
http://www.url.com/add/enquiry
and also i want to create dynamic url. When we add url in backend it works like this:
http://www.url.com/dynamicurl.
I have using this code to rewrite url.
RewriteRule enquiry add_enquiry.php
It seems work correct. But i want to rewrite url like this add/enquiry. It works, but style sheeet does not support to rewrite mypage.
My original ouput is:
http://www.url.com/enquiry
Actually i want to output like below:
http://www.url.com/add/enquiry
and also i want to create dynamic url. When we add url in backend it works like this:
http://www.url.com/dynamicurl.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
https://www.experts-exchange.com/help/viewHelpPage.jsp?helpPageID=26
Looking forward to hearing what we did wrong! ~Ray