Url Not Working

I have a url on index page which is not loading/rendring the page but on inner pages same url is working . please some one tell me what should i change in htaccess file my htaccess file is


Options +FollowSymLinks

IndexIgnore */*

RewriteEngine on


# if a directory or a file exists, use it directly

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d


# otherwise forward it to index.php

 RewriteRule . index.php

Where you change htccess file?

I have two files, inside :

In : blog/framework/htccess.

and : blog/htccess.

that:




RewriteEngine on


# if a directory or a file exists, use it directly

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d


# otherwise forward it to index.php

RewriteRule . index.php

on both places site/htaccess and site/admin/htaccess problem is in admin panel.