Forwarding slash in Wordpress URL - wordpress

I am moving my site from Drupal to Wordpress.
In Drupal, I can easily give an alias to URL and this alias could be anything., ie: www.example.com/abc/xyz/hello.html
But in Wordpress, it appears that I cannot do that with WP out of the box.
Any hint on how to do the same with Wordpress? I need to keep URL consistence.
Thank you

I just found out this plugin https://wordpress.org/plugins/custom-permalinks/ and used it to add caracters like slashes and points, to the urls of a website i am moving to WordPress, so far it's working.
Hope it will help !

You may be interested in Settings -> Permalinks, but I think you want more than that.
Take a look at the feature list for the redirection plugin. This allows you to setup redirects to other pages or do pass through redirections. If this isn't what you are looking for then I think there are a couple other plugins that may accomplish what you want. Hope this helps!

You can change the default urls in the Settings -> Permalinks. You should also have the option to change the permalink when you add or edit a post. There are also plugins available for permalinks (http://wordpress.org/extend/plugins/advanced-permalinks/)

Related

Redirect blog url with permalink change using redirection plugin

I am trying to redirect everything on the my website. The currently site uses www.abc15421.com/year/month/date/abc-post in the URL. i want to remove year/month/date from url and url looks like www.abc15421.com/abc-post
I want to change permalink but if changed that then previous blog url not working so anyone have idea then help me
I am using redirection plugin but not getting proper way to resolved this. If anyone have idea then let me know.
You could use this plugin if you want to use Wordpress plugins, and follow those instructions to make things work

Permalinks wordpress without Rewrite module

I would like to use permalinks to change the url of the pages of my wordpress but my actual hosting doesn't allow me to activate an Apache module.
Is there a way to change the permalinks style without Rewrite module?
Thanks in advance.
Well as #doublesharp said there isn't a way to do it.
If someone needs something similar this is what I finally did:
Set custom structure in your Permalink Settings and put this:
/index.php/%postname%/
This will create an structure like this:
http://youdomain.com/index.php/postname

Parse url like wordpress /year/month/post_id

I am building my own frontend interface to my wordpress site.
What I cannot solve is how to show friendly url like wordpress does.
I want go from this:
designals.net/demo/index.php?id=BACARDI
to this:
designals.net/demo/2014/04/BACARDI
Should I use .htaccess?
Thanks you very much in advance!!
EDIT: I am building my frontend from scratch (querying from database using my own php code), so wordpress settings may not take effects on my site, I need to match url rules of boths sides.
Go to Settings -> Permalinks, and change it to the "Day and Name" option.
Yes you need to use .htaccess. Go to Settings->permalinks and change the settings there

WordPress with Yahoo! Hosting... Almost there

EDIT:
Yeah, so this problem is really unsolvable. Yahoo prevents access to .htaccess, even from WordPress itself trying to change it. I had to settle for writing a script on the default homepage that redirects browsers to "www.abc.com/index.php" if they go straight to "www.abc.com". You always have to deal with "index.php" being in the address bar but it's better than not having permalinks...
/EDIT
Yahoo! Small Business hosting seems specifically engineered to make WordPress difficult-- but it's my client's host and there's not much I can do about it. I'm trying to move WordPress into the root directory, and I'm sooo close to having it done.
I've read and read and read about how to get the Permalinks to work right, and since Yahoo! hosting doesn't let you modify htaccess I am pretty much up s*** creek. I'm using the simple permalink structure of "/%postname%/", which once I moved to the root, stopped working. I have changed it to "/index.php/%postname%/", which allows you to see the pages if you manually type in index.php before the page name or if you are logged into the admin area and "View Page". Also, the correct permalink shows on all of the pages in the editor.
However, WordPress doesn't let you change the permalink of the static page you use as the front page.
Long story short, if I go to "www.abc.com/index.php", the links in the menu all work fine. However, if I just got to "www.abc.com", the links don't pick up the "index.php" from the permalink structure. I need to fix this, so if anyone knows how to either:
Change the permalink of the static front page
Fix something in the database if I install PhpMyAdmin
Work around not having access to .htaccess
Put a small script somewhere on the index page to append "index.php" to the url
Any other suggestions
It seems it would work if I was NOT using a static front page but rather the blog, but this isn't an option. I've tried changing the "Tag base" setting to no avail, as well as deactivating the Yahoo! Custom Permalinks plugin (and reactivating it again after that failed...). Could really use some help!
Check out Giving Wordpress its own directory. I can see how this could solve your problem. Also make sure that you have done the obvious, and change your url for WordPress address (URL) Site address (URL) inside the general settings page. Perhaps the static homepage should be developed outside of wordpress, and then you can follow the steps provided in the link I provided. Hope this solves your issue.
Yahoo doesn't allow users access to the htaccess file which means that you can't the mod_rewrite rules needed for custom permlinks. The Only way around it that i've heard it works (never tried it myself) is to add /index.php/ to the beginning of your custom structure so: Go to Permalink Settings > Select Custom Structure. And set the value as /index.php/%postname%/ or what ever you want as long as you add /index.php/ before it.
Hope this helps.
I had a similar problem with this host (in 2018! 4 years after your question) that I finally solved by changing the permalink settings.
Settings > Permalink Settings > Custom Structure: /index.php/%postname%/
I wish there was a better solution but Yahoo Small Business still doesn't allow .htaccess files - after several frustrating rounds with customer service, I finally admitted defeat and used this work around.

Wordpress: How to redirect old links after changing permalink structure?

I have changed my permalink structure in WordPress.
Can a plugin help me redirect old links to the new?
Thanks!
Redirection works for this, however for it to automatically detect the permalink changes, you'll probably have to revert the permalinks, install Redirection, and then change to the desired permalinks again.
If this isn't adequate, you can add them manually, and it has tools to help you find 404's that you were not aware of.

Resources