Jump to content

PHP 5-Star with .htaccess Votes Duplicated Twice.


socalnate

Recommended Posts

I'm posting this link from a php 5-star voting system to the webbrowser:

 

<li><a href="<?php echo $_SERVER['PHP_SELF'] . "?id=" . $_GET['id'] . "&vote=1";?>" title="Rate this 1 star out of 5" class="one-star">1[/url]</li>

 

to this .htaccess file:

___

Options +FollowSymlinks

 

RewriteEngine On

 

RewriteBase /directory/

RewriteRule ^([0-9]+) phpfile.php?id=$1

 

For every link clicked it adds in my database 2 votes and twice the rating.  So if someone put in a 3 -star vote it would be 6 points and 2 votes.  Any ideas?

 

Huh

Nathan

 

Link to comment
Share on other sites

My .htaccess file looks fine then?  I'm pretty sure the .htaccess will ONLY affect the this:

 

/directory/1234

 

1234 being some number redirected to this:

 

phpfile.php?id=$1

 

with this displayed in the internet explorer

 

/directory/1234

 

as the link.

 

I guess I'm confused as to what happens if you send it a literal link other than just a straight number to the directory with the .htaccess file. 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.