Welcome Guest, Not a member yet? Register   Sign In
tinymce smiley not show after configure .htaccess file
#1

[eluser]Unknown[/eluser]
dear all,
im need help. im having problem to load tinymce smiley image from web server after configure .htaccess file . when i load the page from welcome page (http://localhost/web/), the tinymce smiley not show. but when i load the page from different url (http://localhost/web/view/post/17), the tinymce smiley show.

the configuration file.
Code:
# config.php
$config['base_url']    = 'http://localhost/web/';
$config['index_page'] = '';
$config['uri_protocol']    = 'REQUEST_URI';

Code:
# autoload.php
$autoload['helper'] = array('webTemplate', 'url', 'form', 'path');

Code:
# routes.php
$route['default_controller'] = "home";

Code:
# .htaccess
# in (http://localhost/web/)
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico|license.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

thank you




Theme © iAndrew 2016 - Forum software by © MyBB