Hello, i am trying to make custom urls for wordpress by altering the permalinks, and as expected i am getting 401 errors for all my pages, except home page. SOmebody Please help me with this.
Ok firstly there could be a problem with what you're trying to set the permalinks to in the admin panel, so it would be useful to share that. Secondly, it's possible your hosting just won't let you rewrite URLs. Do the standard permalink options ("day and name" for example) work properly? If so, it's likely a mistake in your custom structure. If not, it's more likely to be your hosting.
go into your cpanel, then your file manage for the site in question, then delete the .htaccess file. Go back to your site, set permalinks to default, save, then set set them back to your preference. Same thing happened to me a month ago. Let us know if that fixed the problem. Kevin
A new problem has come up. The images in the inner page (also in the header) are not being displayed. Any guesses how to fix it
The image problem has been solved by giving full urls (like hxxp://yoursitename.com/uploads/image.jpg or whatever) for img src tags, instead of just putting uploads/image.jpg !! All well for now