83 Commits

Author SHA1 Message Date
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
817f249ba5 Updates 2017-05-04 21:32:18 +02:00
Diego
ce438a8e02 Improves for categories 2017-05-03 21:10:03 +02:00
Diego
19ef56301e Bug fixes 2017-04-26 18:56:10 +02:00
Diego Najar
2e2d5e1000 Improves on GUI and Installer 2017-01-10 13:43:38 -03:00
dignajar
69184abf02 Bludit v1.5.2 2016-10-11 22:33:52 -03:00
dignajar
c16dafefad Admin user fields 2016-10-10 22:39:17 -03:00
dignajar
365bb17ddf Minor updates 2016-10-10 18:08:00 -03:00
dignajar
f14d3d69f7 Dashboard, Improves on Installer 2016-08-30 21:57:24 -03:00
dignajar
9d868d93ff Merge branch 'master' of github.com:dignajar/bludit 2016-07-30 16:11:51 -03:00
dignajar
e3eb90ec3e Minor changes 2016-07-30 16:11:40 -03:00
janxb
dabcaa6a33 added php GD module to required modules.
Fixes issue #300
2016-07-29 10:28:19 +02:00
dignajar
44274331d8 Bug fixes, index.md compatibility 2016-07-25 20:40:51 -03:00
dignajar
d3cc0f8e48 Cli mode updates, filename for posts and pages 2016-07-16 20:19:10 -03:00
dignajar
3c2ecccb74 Fixes, upload images 2016-05-26 18:48:41 -03:00
dignajar
708826cf86 New theme Log as default 2016-05-20 00:44:15 -03:00
dignajar
5f37660496 updates 2016-05-07 00:10:10 -03:00
dignajar
ee91c104fc Minor bug fixes 2016-02-26 12:32:18 -03:00
dignajar
67f04928be Installer symbolic link 2016-02-20 13:16:31 -03:00
dignajar
29756accfe Languages updates 2016-02-14 13:45:33 -03:00
dignajar
95e9835867 Bludit Installer: timezone, language and locale autodetection 2016-02-09 22:10:12 -03:00
dignajar
bfa4756bf4 New Menu V8 for Images and improves on cover images 2016-02-09 20:02:51 -03:00
dignajar
947a693a05 Installer minor fix 2016-01-21 19:13:31 -03:00
dignajar
38326d8c63 Minor fixes, French language updates 2016-01-20 22:46:13 -03:00
dignajar
e7890f4a71 changes on directories names 2016-01-20 21:29:01 -03:00
dignajar
4e6f54d72e Bug fixed autodetect language on the installer 2016-01-18 23:34:33 -03:00
dignajar
abd470242f Little changes on Dashboard 2016-01-17 18:11:20 -03:00
dignajar
26b1ee0cec Bug fixed on paginator for tags 2016-01-16 21:11:58 -03:00
dignajar
01dc40f442 New hooks for plugins and Sitemap 2016-01-07 20:43:09 -03:00
dignajar
08ff8b5930 Improves Bludit Images v8 2016-01-03 18:04:54 -03:00
dignajar
7dba06e473 Bug fixed, base url 2015-12-08 21:56:31 -03:00
dignajar
36b84b6df0 Updates 2015-12-02 00:00:47 -03:00
dignajar
cb557eb7c4 Tinymce default plugin for HTML editor 2015-11-29 23:53:44 -03:00
dignajar
8d8cf62de8 Opengraph, Admin panel responsive, Improves on Security tokens 2015-11-28 11:47:03 -03:00
dignajar
7834303a8d Bug fixes, Uikit updates 2015-11-27 13:03:42 -03:00
dignajar
8a24ac90e5 Improves uploader 2015-11-16 23:45:03 -03:00
dignajar
dd5c410162 Profile Picture 2015-11-16 01:20:58 -03:00
dignajar
f3bf006b90 Support for PHP Built-in in web server 2015-11-15 18:37:34 -03:00
dignajar
b875b4870d Improves on image uploader 2015-11-08 20:26:19 -03:00
dignajar
301a16d227 Cleaning files 2015-10-31 21:50:43 -03:00
dignajar
4950c65bac Password length must be at least 6 characters long 2015-10-30 19:44:12 -03:00
dignajar
0fb1525f29 Bug fixes, timezone and user permissions 2015-10-25 22:11:46 -03:00
dignajar
bf9fc2f3c5 Updates 2015-10-24 17:43:50 -03:00
dignajar
3b33beda3f Dashboard clean-up 2015-10-24 12:32:26 -03:00
dignajar
6fcf448e98 Dashboard clean-up 2015-10-23 20:23:33 -03:00
dignajar
f7a1fde3fc Tags improves 2015-09-18 00:24:10 -03:00
dignajar
696fd4475b Permissions fixes 2015-09-17 21:37:14 -03:00
dignajar
bc3a108578 Minor changes 2015-09-14 20:07:15 -03:00
dignajar
ba63dd524d Updates 2015-09-09 23:33:31 -03:00
dignajar
c10e09c5f9 Bug fixes 2015-09-03 21:46:17 -03:00