Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Can't configure 'remove index.php'
Post: RE: Can't configure 'remove index.php'

Hi Dave, from https://docs.bolt.cm/3.0/howto/making-sure-htaccess-works (https://docs.bolt.cm/3.0/howto/making-sure-htaccess-works) I got the clue to check if Apache configuration enables .htaccess...
6,049 Views
6 Replies
10-19-2016, 12:18 PM
planteg
    Thread: Can't configure 'remove index.php'
Post: RE: Can't configure 'remove index.php'

Hi Wouter60, tried your suggestion, but it still doesn't work. I added garbage at the beginning of the .htaccess file to get an error, but didn't get it, so that .htaccess file is not read I guess....
6,049 Views
6 Replies
10-19-2016, 09:24 AM
planteg
    Thread: Can't configure 'remove index.php'
Post: RE: Can't configure 'remove index.php'

Hi Ayrese, here we go. In /var/codeigniter/application (not edited)     Require all denied     Deny from all In /var/codeginiter RewriteEngine On RewriteCond %{REQUEST_FILEN...
6,049 Views
6 Replies
10-19-2016, 06:45 AM
planteg
  Question Thread: Can't configure 'remove index.php'
Post: Can't configure 'remove index.php'

Hi, I just can't succeed in removing index.php  :huh:. I googled, found many references to this, unsuccessful. I also search the forum, loads of posts, again without success. The codeigniter dir...
6,049 Views
6 Replies
10-18-2016, 07:42 AM
planteg
    Thread: CSS questions
Post: RE: CSS questions

Wouter 60, another interesting way to do it  :exclamation:. I was wondering if it's possible to define row_red  as row_without_color plus the color, something like row_red  would inherit from row_w...
11,200 Views
8 Replies
08-31-2016, 07:46 AM
planteg
    Thread: CSS questions
Post: RE: CSS questions

Hi Joel and Wouter60, my mistake was: Code: -- $row1 = [  'data' => 'Some text',  'class' => 'row_without_color',  'background-color' => 'yellow'      // CSS property ] -- But that wor...
11,200 Views
8 Replies
08-31-2016, 06:32 AM
planteg
    Thread: How to add folders like CDD, images etc. ?
Post: RE: How to add folders like CDD, images etc. ?

Hi portaflex, thanks for your inputs. For css, I managed it this way: I left the css directory on top of www, and in the header view I used require '/var/codeigniter/css/my_style_sheet.css'. Reg...
3,728 Views
2 Replies
08-31-2016, 06:19 AM
planteg
  Question Thread: How to add folders like CDD, images etc. ?
Post: How to add folders like CDD, images etc. ?

Hi all, my web site is located on a Raspberry Pi zero running raspbian. The web server is appache 2, I installed CodeIgniter under just below var, so above www. I tried inserting a reference to ...
3,728 Views
2 Replies
08-30-2016, 02:07 PM
planteg
  Question Thread: CSS questions
Post: CSS questions

Hi, I am new to PHP and CodeIgniter, I have quite a lot to learn  :). I started using CSS, but I fell I can make better use. Here is what I am talking about: Code: --            .row_col1{ ...
11,200 Views
8 Replies
08-30-2016, 12:49 PM
planteg

Theme © iAndrew 2016 - Forum software by © MyBB