开发者

How to change URL in Wordpress

开发者 https://www.devze.com 2023-04-06 14:46 出处:网络
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

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%/

How to change URL in Wordpress


sudo cp ./mods-available/rewrite.load ./mods-enabled/

sudo /etc/init.d/apache2 restart

wordpress permalink will work and it will do itself

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号