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
~201 People Reached
Favorite Forums
Favorite Tags
Member Avatar for porkchop970

Hello, I would like to ask the way to change [url]http://abc.com.hk/article.php?product=1&side=2[/url] to [url]http://abc.com.hk/article/1/2[/url] I just write in .htaccess as below: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php It works only for this link: [url]http://abc.com.hk/article[/url], but not valid for [url]http://abc.com.hk/article/1/2[/url]

Member Avatar for vaultdweller123
0
201