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
~109 People Reached
Favorite Forums
Favorite Tags
seo x 1
Member Avatar for igikloppers

I'm new to this, please have grace... So I understand changing the .htaccess file to let users type in a new link, and then it reference the old page as seen here: I want to access 127.0.0.1/site/result.php?par1=var1&par2=var2&par3=var3, by typing in 127.0.0.1/site/var1-var2-var3.html .htaccess file: Options +FollowSymLinks RewriteEngine On RewriteRule ^(.*)_(.*)_(.*)\.html$ result.php?var1=$1&var2=$2&var3=$3 …

Member Avatar for santclasi
0
109