Jump to content

Search the Community

Showing results for tags 'mod_rewrite'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • News
    • The Lounge
  • Community
    • Pre-Sales Questions
    • Support
    • The Marketplace
    • Contribute
    • Show Off
    • Feature Requests
    • Bugs
    • Contests
  • Developer Corner
    • General
    • Extensions
  • BlestaStore's Forum
  • BlestaStore's BlestaCMS
  • BlestaStore's Resellers
  • BlestaStore's BlestaForums
  • BlestaStore's Promotions
  • CubeData's Official Announcements From CubeData
  • CubeData's Peer Support
  • CubeData's Resellers
  • ModulesGarden Club's Topics
  • Blesta Addons's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Wire


Location


Interests

Found 1 result

  1. Hey All, I was having a problem with the "Pay Now (No Login Required)" link being broken when using the default email templates. While the documentation says to use the full filesystem path for the "Root Web Directory", that causes the URLs in my invoice emails to include the full file system path in the URLs. See here: http://docs.blesta.com/display/user/System+%3E+General -> "Root Web Directory The full server path to the web directory where Blesta is installed." Other searches in the forum seemed to confirm the use of the full server path. Am I alone in seeing this? If not, how has everyone else solved this? If so, any thoughts on what I might have done wrong? My Blesta setup is quite close to stock. ******************** After burning too much of a day on understanding what's going on and wrestling with mod_rewrite, I have a workaround. I'd still like to find a proper fix, but at least my clients won't be confused by being sent to my Blesta main page. Posted here so others who encounter this can save some time and headache. Add to .htaccess # Fix broken Pay Now Links RewriteCond %{Request_URI} ^<FILE SYSTEM PATH>/client/pay/method(.*)$ RewriteBase / RewriteRule ^<FILESYSTEM PATH>/client/pay/method/(.*) /client/pay/method/$1 [R=301,NC,L,NE]
×
×
  • Create New...