Upload Script Forums: FURL - Fix - Upload Script Forums

Jump to content

Digg Del.ico.us Slashdot Technorati furl Reddit Facebook Fark Google Magnolia Wink Yahoo Netscape
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

FURL - Fix

#1 User is offline   PointleadsLLC Icon

  • Member
  • PipPip
  • Group: Customers
  • Posts: 29
  • Joined: 21-November 11

Posted 21 November 2011 - 09:43 PM

If you enable your FURL in your Administration Panel you may get a few errors. Follow the steps below to fix these.

Step 1 - Open up .HTACESS in any file editor.
Step 2 - Depending on where your UploadScript base folder is you'll need to edit accordingly.

Quote

<IfModule mod_rewrite.c>
RewriteEngine On

# Change this to the path to Upload Script
# Use / if US are at the front of your site
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Change it here too
RewriteRule . index.php [L]

</IfModule>


The settings above will only work for UploadScript installed in the root of your Public_html folder, or where your site files are. Now lets say your UploadScript is installed in the folder called Uploadscript your settings would look like this.

Quote

<IfModule mod_rewrite.c>
RewriteEngine On

# Change this to the path to Upload Script
# Use / if US are at the front of your site
RewriteBase /uploadscript/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Change it here too
RewriteRule . /uploadscript/index.php [L]

</IfModule>


Don't forget to save, hope these answered your questions!
Pointleads, LLC.
Network Director, Web Developer
Affiliate Marketing Since 2010.
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


Page 1 of 1
Trackbacks
Trackback URL Trackback Date Total Hits
No trackbacks were found
Page 1 of 1

Similar Topics
  Topic Started By Stats Last Post Info
No similar topics were found

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users