How to change URL in Wordpress?
my url in wordpress is
http://192.168.3.52/iskcon_src/?page_id=75
I want to change it to http://192.168.3.52/iskcon_src/about
what I have done change in .htaccess file is
RewriteEngine on
**RewriteRule /iskcon_src/?page_id=75 /iskcon_src/about****
It shows The requeste开发者_运维技巧d URL /iskcon_src/about was not found on this server.
please help me
have a look on the wordpress site,
just navigate to your admin, permalinks section, make sure to create your htaccess with write permissions, or copy and paste what wordpress generates at the bottom of the permalinks page afte ryou change the settings..
set your permalink settings to just /%postname%/
sudo cp ./mods-available/rewrite.load ./mods-enabled/
sudo /etc/init.d/apache2 restart
wordpress permalink will work and it will do itself
精彩评论