Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Diego

Pages: [1]
1
Trade Pulse Support / Re: Wordpress & Trade Pulse Setting up
« on: November 14, 2010, 03:47:20 PM »
hi there,


well trade pulse is running fine. There is only one problem in combination with Wordpress. I activated the modrewrite of Wordpress and its killing the out.php script.
Everytime when hes tryin to send someone out to a trade, then it makes -> /tp/domain.com



this is my .htaccess



# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress



what do i need to add to make it work ?


---------------------


UPDATE

turned my .htaccess off still got the problem... he is still generating www.mydomain.com/tp/domain.com instead of www.mydomain.com/tp/out.php?p=0&link=click&url=domain.com


any hints :X ?

Pages: [1]