Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~360 People Reached
Favorite Forums
Favorite Tags
php x 6
Member Avatar for dipak83

Please help me to solve the problem.I want to rewrite the url from [url]http://localhost/demo/index.php?keyword=sap[/url] TO [url]http://localhost/demo/sap[/url] but i am facing problem in rewriting url i.e unable to rewrite url to [url]http://localhost/demo/sap[/url] i have written my htaccess as RewriteEngine On RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?keyword=$1 Please help... Thankyou [code] <?php if( (isset($_GET['action'])) && …

Member Avatar for pzuurveen
0
226
Member Avatar for dipak83

I want to convert url using GET method from [url]http://localhost/demo/index.php?keyword=sap&Submit=Search[/url] TO [url]http://localhost/demo/sap[/url] but i am getting problem in rewriting url i.e unable to rewrite url to [url]http://localhost/demo/sap[/url] i have written my htaccess as RewriteEngine On RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?keyword=$1 Please help me to get the proper htaccess code... Thankyou [code] <form …

Member Avatar for arunss
0
134