Jump to content
Sign in to follow this  
krumvillebakeshop

updating permalinks?

Recommended Posts

krumvillebakeshop

I'm almost finished with my site and a friend told me I should change the permalinks so they are relevant to the page you are in. I found a widget (Permalink Redirect) that changes them automatically to a page name but of course it doesn't work! I get a 404 page error and it only goes away when I deactivate the plugin. does anyone know a different way to change them? or are there other steps I should take before? thank you so much! any help would be amazing!

Share this post


Link to post
Share on other sites
catrina

Rather than using a plugin, you can go to Settings > Permalinks on your Dashboard, then select "Day and name" under Common settings, and then save. That way, you posts and pages would automatically contain names rather than numbers.


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
krumvillebakeshop

hi Catrina, I tried that just a while a go and is giving me the same 404 page error. :(

Share this post


Link to post
Share on other sites
krumvillebakeshop

i tried again and I'm getting this note, not sure what to do with this. "if your .htaccess file were writable, we could do this automatically, but it isn??™t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all." <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>

Share this post


Link to post
Share on other sites
kastelic

What the note is saying is that you have to copy and paste this code and paste it in the file named .htaccess in the root directory of your installation. Either that or contact your hosting provider about making that file writable, they'll know what you're talking about.

Share this post


Link to post
Share on other sites
Simon

You need to create a new file called `.htaccess` and copy that text into it, and upload it to your blogs directory. Thats `.htaccess` NOT `htaccess.txt` or `.htaccess.txt`

Share this post


Link to post
Share on other sites
krumvillebakeshop

got it! thank you guys! enjoy your sunday evening!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×