php - how to change WordPress Permalink Settings without using .htaccess file -


actually domain on yahoo small business. , yahoo small business not supported .htaccess file trying remov index.html. using plugin it's not working please me resolve problem.

i want removing index.php /index.php/%postname%/(http://www.berylsystems.com/index.php/careers/)

like http://www.berylsystems.com/careers/

you can try copy wordpress index.php modification in html directory (or site goes online, thats may different on each provider). copy index.php wordpress root directory (no theme index.php) , change line:

require('./your-directory-or-path-where-the-wordpress-is/wp-blog-header.php');

upload in html directory , change in general settings site url: http://www.berylsystems.com/ while wordpress url stays same.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -