Search the Community
Showing results for tags 'mod_rewrite'.
-
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]
- 3 replies
-
- Bad URLs
- mod_rewrite
-
(and 2 more)
Tagged with: