Hi friends. When I click to arrow that next to toolbar, my site is appearing as Index.of ! But other sites are normal with their description. Look at the pic please; How may I edit it pls?
That appears when the server has nothing to load. If you have Wordpress in a subfolder, you need to set the site urls in General Settings. But if Wordpress is installed as root, adding this line to your .htaccess file often fixes the problem: DirectoryIndex index.html index.htm index.php
Thank you Cash. Will I add "DirectoryIndex index.html index.htm index.php" this line under of the .htaccess? My wp is as root.
This is my .htacces Cash; # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?nicexporn.com [NC] RewriteRule \.(flv)$ http://botdemo.kuddurt.com/hotlink.mp4 [NC,R,L]