Page 1 of 1

about .htaccess

Posted: Sun May 08, 2016 10:31 am
by Maddie
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.

Re: about .htaccess

Posted: Sun May 08, 2016 8:16 pm
by requinix
What do you mean links are "invisible" and "not showing"?

Re: about .htaccess

Posted: Wed May 11, 2016 1:55 pm
by thinsoldier
That is what the current content of your .htaccess does. It makes it so that any request that would have been "404 not found" gets sent to index.php instead, unless it is a file or folder that actually exists.

Re: about .htaccess

Posted: Thu May 19, 2016 7:35 am
by Maddie
What can i do for this.
Should i use another rule?
Can you give me some example. After i use .htaccess i can see just navigation slugs and its contents but other links cant be shown.
Thank you

Re: about .htaccess

Posted: Thu May 19, 2016 2:40 pm
by requinix
The rules are fine. Probably. But you still haven't explained what "invisible" and "not showing" mean.

Re: about .htaccess

Posted: Fri May 20, 2016 1:28 pm
by Maddie
I mean after aplying .htaccess dynamic navigation links coming however for example
When i enter link did not display. My english isnt well. I struggle to explain. I hope i could.