navis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post slug customizationHey dude, What else I should put in my htaccess to even install wordpress? I just put the redirects but i can’t install the script, getting a internal error because of that.
Forum: Fixing WordPress
In reply to: Post slug customizationThanks a lot. I found out which php file I’d have to edit but your suggestion is better indeed.
Forum: Fixing WordPress
In reply to: Post slug customizationThanks man. I didn’t know that was possible, so, for a url like http://myblog.com/07/2007/like—this.html the syntax should be something like the following?
redirect /07/2007/like—this.html http://myblog.com/newdironlyone/like-this.html
?
Thanks again.
Forum: Fixing WordPress
In reply to: Post slug customizationI have a blog and it uses a blog script that you can not import into wordpress. I have more than 1000 posts there and some url’s are written like: http://myblog.com/like—this/
I worked really hard to have each url posted on other sites and that’s why I can’t change their name at all.
Forum: Fixing WordPress
In reply to: Post slug customizationCan I edit a php file to change the way the post slug is written? Anyone know which file is that?
Forum: Fixing WordPress
In reply to: Post slug customizationI tried to modify one of my post slug like this: unique- ;- ;- ;book (without the spaces)and the new url was “uniquebook”. I’m not sure if that’s what you mean but it didn’t work that way.