Hello All,
If anyone can help me it would be greatly appreciated. I have been up all night trying to crack this code.
I just installed an Affiliate Management Program ( ) on my domain directory
- Removed -
Every installed ok; however when I try to view now, it's just blank.. no error code.. nothing! There were some recommendations to:
Try editing the .htaccess file and uncomment the RewriteBase rule. I have found these files and tried many different variations that I located searching for help on the web and nothing has worked.
Here is my code now:
Does anyone have any ideas? Please let me know.
Thanks,
Tara
If anyone can help me it would be greatly appreciated. I have been up all night trying to crack this code.
I just installed an Affiliate Management Program ( ) on my domain directory
- Removed -
Every installed ok; however when I try to view now, it's just blank.. no error code.. nothing! There were some recommendations to:
Try editing the .htaccess file and uncomment the RewriteBase rule. I have found these files and tried many different variations that I located searching for help on the web and nothing has worked.
Here is my code now:
Code:
#<IfModule mod_rewrite.c>
RewriteEngine On
# Some accounts require the RewriteBase to be set
#RewriteBase /
#RewriteRule ^id/(.+)$ jrox.php?id=$1 [l,nc]
# Rewrite rule for WordPress
#RewriteRule ^(wp-(content|admin|includes).*) wp/$1 [L]
# Rewrite rule for replicated webpages
# RewriteRule ^r/(.+)$ jrox.php?rep=$1
RewriteCond %{REQUEST_URI} ^/system.*
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?/$1 [L]
#</IfModule>
Thanks,
Tara
Last edited by a moderator: