Initial install will not show pictures very strange

Permalink
I have set my config and files folders to write

php5.ini is set for:

cgi.fix_pathinfo = 1

since I am on godaddy

htaccess:

rewriteengine on
AddHandler x-httpd-php5-3 .php

DirectoryIndex index.php
AddType x-mapp-php5 .php

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]

1 Attachment

 
CMSDeveloper replied on at Permalink Best Answer Reply
CMSDeveloper
Hi!

Do not use mod_rewrite while installing Concrete5!
Afterwards you can enable "Pretty Urls" in the dashboard.



.