about .htaccess
Posted: Sun May 08, 2016 10:31 am
Hello friends,
I have .htaccess file and working but just display index.php but other links became invisible.
Navigation is coming but links on mainpage not showing.
How can i solve to this problem.
My htaccess details:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L]
</IfModule>
Thank you.
I have .htaccess file and working but just display index.php but other links became invisible.
Navigation is coming but links on mainpage not showing.
How can i solve to this problem.
My htaccess details:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L]
</IfModule>
Thank you.