Jonathan Holvey
d8a73e7951
Allow URLs to be rewritten to server root using external .htaccess
...
For example, with the following directory structure, Bludit is
installed in its own subdirectory:
web_root
├── .htaccess
└── bludit
├── bl_content
├── bl_kernel
│ ...
├── .htaccess
├── index.php
└── install.php
However, it may be desired that Bludit's URLs are based from the web
root, not /bludit:
Good: http://example.com/about
Bad: http://example.com/bludit/about
The config file web_root/.htaccess includes the following rule to
rewrite requests to web_root/bludit:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*) bludit/$1 [NC,L,QSA]
When a page is accessed, Bludit finds that the URL /about doesn't
match the script path bludit/index.php, and assumes that the site's
root should therefore be "/".
2017-08-26 13:21:03 +10:00
Diego Najar
d17550c736
1.6.2
1.6.2
2017-05-27 14:10:14 +02:00
Diego Najar
7c4a0cb8b2
Merge pull request #439 from clickwork-git/master
...
Compatibility 1.6.1, 1.6.2
2017-05-27 13:44:06 +02:00
Edi
e11fc74b88
Update metadata.json
2017-05-26 13:34:05 +02:00
Edi
f8047b9b57
Update metadata.json
2017-05-26 13:33:29 +02:00
Edi
bacf14f43a
Update metadata.json
2017-05-26 13:32:53 +02:00
Edi
769a1445a6
Update metadata.json
2017-05-26 13:32:17 +02:00
Edi
8c4514675e
Update metadata.json
2017-05-26 13:31:40 +02:00
Edi
42e780bc54
Update metadata.json
2017-05-26 13:31:00 +02:00
Edi
96f4f2f14f
Update metadata.json
2017-05-26 13:30:26 +02:00
Edi
94f983da45
Update metadata.json
2017-05-26 13:29:44 +02:00
Edi
4df513ca4b
Update metadata.json
2017-05-26 13:29:02 +02:00
Edi
f981e893c5
Update metadata.json
2017-05-26 13:28:25 +02:00
Edi
423abcc37a
Update metadata.json
2017-05-26 13:27:45 +02:00
Edi
b8535d5f4e
Update metadata.json
2017-05-26 13:27:09 +02:00
Edi
8157c2d6f1
Update metadata.json
2017-05-26 13:26:20 +02:00
Edi
84727dc995
Merge pull request #1 from dignajar/master
...
Pull request
2017-05-26 13:23:59 +02:00
Diego Najar
63e7798c15
Paypal link updated
2017-05-24 21:17:56 +02:00
Diego Najar
a6f8a43f4c
Merge pull request #438 from anaggh/master
...
Fix bug
1.6.1
2017-05-22 21:24:56 +02:00
anaggh
961d5bda89
Fix bug
...
Fixes: Fatal Error - Cannot access dashboard after updating from v1.5.2
to v1.6
2017-05-22 12:59:36 +05:30
Diego Najar
bc3371ee43
Persian language updated
2017-05-21 23:05:02 +02:00
Diego Najar
c174cfaa67
Merge pull request #437 from clickwork-git/master
...
Correction of typo
2017-05-21 22:53:32 +02:00
Edi
668570c99a
Correction of typo
2017-05-21 22:44:37 +02:00
Diego Najar
68cbb031d1
Merge pull request #436 from clickwork-git/master
...
Responsive sidebar for settings
1.6
2017-05-21 22:02:34 +02:00
Edi
eb7faaf993
Responsive sidebar for settings
2017-05-21 18:09:29 +02:00
Diego Najar
5efc1fc55e
Merge pull request #435 from clickwork-git/master
...
Phrase "content-here-supports-markdown-and-html-code"
2017-05-21 12:29:21 +02:00
Edi
433593308a
Update es_AR.json
2017-05-20 21:14:50 +02:00
Edi
4f92dd7239
Update es_AR.json
2017-05-20 21:14:08 +02:00
Edi
521acbc8b8
Update en_US.json
2017-05-20 21:13:12 +02:00
Edi
61a8f578b2
Update en_US.json
2017-05-20 21:12:32 +02:00
Edi
81f259034c
Update de_CH.json
2017-05-20 21:11:32 +02:00
Edi
e4609e5ed1
Update de_DE.json
2017-05-20 21:10:50 +02:00
Diego Najar
a5418b8731
Build version updated
2017-05-20 11:58:58 +02:00
Diego Najar
849ccbabd3
Spanish dictionary updated
2017-05-20 11:53:22 +02:00
Diego Najar
40147ec634
Update UUID and fixed #432
2017-05-20 11:24:38 +02:00
Diego Najar
7f9094b25b
Update UUID
2017-05-20 11:17:16 +02:00
Diego Najar
210f4c92d4
Fixed #429
2017-05-15 23:18:24 +02:00
Diego Najar
eae8975cec
Merge pull request #428 from clickwork-git/master
...
Additions language files
2017-05-15 13:33:39 +02:00
Edi
e98a720d60
Update fr_FR.json
2017-05-15 01:31:11 +02:00
Edi
b24d9df986
Update de_CH.json
2017-05-14 01:20:51 +02:00
Edi
96d4bd4bce
Update de_DE.json
2017-05-14 01:19:39 +02:00
Edi
0565b670dc
Update de_CH.json
2017-05-14 01:16:24 +02:00
Edi
d76ed0c661
Merge pull request #6 from dignajar/master
...
Pull request
2017-05-14 01:12:08 +02:00
Diego Najar
ce8b771300
Merge pull request #427 from tranduyhung/vietnamese-slug
...
Added Vietnamese characters
2017-05-11 15:42:17 +02:00
Diego Najar
62581f5f85
Plugins updated
1.6-beta2
2017-05-10 21:27:18 +02:00
Tran Duy Hung
08f3329d68
Added Vietnamese characters
2017-05-10 21:30:52 +07:00
Diego
78b14c7104
fixes for #426
2017-05-08 19:52:47 +02:00
Diego Najar
03929da6a0
Merge pull request #415 from xm74/patch-2
...
update to 1.6-beta
2017-05-07 15:54:02 +02:00
Diego Najar
706c41a59a
Merge pull request #421 from atombugtrackdev/patch-1
...
Update Italian translation
2017-05-07 15:53:49 +02:00
Diego Najar
1c8c25f1ce
Merge pull request #425 from clickwork-git/master
...
Translation of new phrases
2017-05-07 15:53:33 +02:00