Topic profile page for Permalinks.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Permalinks.
Topic "Permalinks" was discussed 0 times on 0 sites in last 3 months
Started 2 days, 21 hours ago (2009-12-22 21:27:17)
by cloister2
I changed my permalinks and found that I have to modify .htaccess. Well, I can't find .htaccess in my installation directory. After trying 2 ftp clients I wasn't able to make the file visible. Does the file exist, and if not what can I do? If it does exist, where is it? I already checked the root directory.
Started 3 days, 10 hours ago (2009-12-22 08:12:48)
by chrismitchell57
I'm having some issues with a site i've built : http://www.newsswipe.co.uk I have made the loop call the same category throughout the index.php offsetting the right number of posts as you can see. But the permalinks are all calling the same post. Below is the code for the index.php can anyone explain this? align="right"...
Started 3 days, 18 hours ago (2009-12-22 00:12:45)
by danceadvantage
My site is http://danceadvantage.net Tonight I updated the Organize Series plugin and updated its setting page. After that my permalinks gave a 404 though all the posts were still correct and shown in the editing/admin panel. I deactivated the plugin. Now all the permalinks show only my home page when clicked - no one can see any of my posts. I completely deleted the plugin but nothing's ...
Started 5 days, 12 hours ago (2009-12-20 06:44:00)
by Ravinderjit Singh
When you migrate a blog which is self hosted via ftp from blogger platform to wordpress self hosted platform, does the permalinks change or break? Does it effect the SEO, PR, traffic, backlinks etc.?
Started 6 days, 3 hours ago (2009-12-19 15:48:00)
by RoseRabbit
Hi, I have a Wordpress blog (2.8.5) and my web host is using IIS 6.0. I have tried a number of methods but can't seem to get custom permalinks to work - everything shows up as a 404 error page. Got any ideas? Thanks!
Started 6 days, 9 hours ago (2009-12-19 09:52:13)
by stephenn
Hi Regarding permalinks... Where a post has been placed in multiple categories... it mentions that only ONE category (the one with the lowest number) will be given in the links... Where can these numbers be seen in order to allocate, in order to 'force' a preferred named category to be in the link? thanks
Started 6 days, 18 hours ago (2009-12-19 00:54:22)
by Isaiah40v3
About a week ago I switched from standard permalinks to "pretty" permalinks (/%year%/%monthnum%/%postname%/). When I did that, my feedburner rss feed stopped working. When I updated the feedburner link with the recommended link ( http://example.com/feed/rss2/ ) and it then said: The URL does not appear to reference a valid XML file. We encountered the following problem: Error on line 5: The ...
Started 1 week, 2 days ago (2009-12-15 19:33:30)
by slavix
I am struggling with getting custom permalinks to work on the new server running Ubuntu 9.10, + LAMP (rewritng mod is enabled). wordpress running in root of the site and cat .htaccess # BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress not sure how to troubleshoot it. ...
Started 6 days ago (2009-12-19 18:05:29)
by keith13
I recently changed my permalink settings from Defaut to a Custom Structure of /%postname%/. The result was the time to load a page was a second or two slower (not good, but not too bad), but the time to update or save a page increased from a few seconds to around a minute. Reading through the Forums I decided to change the Custom Structure to /%post_id%/%postname%/ in an effort to improve the ...
Started 5 days ago (2009-12-20 18:00:41)
by meepmeep
Hi, Is there a way to display the month name (i.e. January, February, March, etc.) or the abbreviated month name (i.e. Jan, Feb, Aug, etc.) instead of just the month number? Sometimes, when people see a string of numbers in the URL, it's hard to quickly make out the exact date. Thank you all. J
Started 3 days, 16 hours ago (2009-12-22 02:41:22)
by Agent D
Hi, I'm trying to create archive page for a specific category by using "category-based-archives" plugin. I got it to work in yearly archive so far. But the issue is that this simply creates http://www.domain.com/2009 and what I want to do is to create http://www.domain.com/2009/in-categoryname Does anyone knoe how to do this? This seems simple but I just can't figure it it. If you ...
Started 2 days, 2 hours ago (2009-12-23 16:47:20)
by angie@clarencelee.com
I just installed WP yesterday so I'm assuming it's the latest version. I've seen other posts like this, but it didn't fix for me. I try uploading with the Flash browser and get this error: The uploaded file could not be moved to D:\Inetpub\***(name)\***(blog)/wp-content/uploads/ 2009/12. I try using the Browser uploader and it gives me the error: Error saving media attachment. I tried using ftp ...
Started 1 week ago (2009-12-18 14:20:00)
by Thandelike
Hi Istanbul bloggers! I'm hosting a year-long blog carnival to celebrate Istanbul European Capital of Culture 2010. ...a running feature at expat+HAREM, the global niche will highlight the best personal perspectives on Istanbul from around the web and around the world. I'm looking for permalinks to provocative posts and webpages fitting the expat+HAREM world view, touching on the ...
Started 1 week, 1 day ago (2009-12-16 22:38:31)
by jeff.frankens
Hey guys, I am currently designing a website at http://www.miragefilms.org Everything is going fine except when someone tries to add comments it just doesn't work. Apparently when I do not use custom permalinks everything is fine, however, I would like to use custom permalinks because it makes things easier and more professional. Any tips? Thanks a lot guys!
Started 1 week, 1 day ago (2009-12-17 15:21:32)
by Codeslinger
Hello, I installed on GoDaddy Windows and was running just fine including permalinks using a custom 404 handler. I then changed my domain to point to the sub folder that wordpress was installed into so as to get that folder name out of the URL path. This is "domain aliasing" in GoDaddy parlance. Now most things work sort of OK - I can login, administer everything, see the root page with my ...
Started 6 days, 4 hours ago (2009-12-19 14:49:31)
by richiedude
i currently have my htaccess file working so i get permalinks like this: /blog/category/year/post-title however i became aware using category as first portion of permalink is not recommended due to performance issues so i want to change permalinks to be: /blog/year/category/post-title now i know all i need to do is change the permalinks to do so . . . however - my question is how do i ...
Started 5 days, 4 hours ago (2009-12-20 14:36:46)
by rvansyoc
I would like to my site to show the actual name of my page in the address window. I understand that I have to change the permalink setting to show /%postname%/. I went in and edited the .htaccess file to 777. Then when I tried to change my permalinks to /%postname%/, and checked the pages on my site, it showed a 404 page error rather than the page or post name. Can anyone tell me what ...
Started 4 days, 4 hours ago (2009-12-21 14:11:11)
by ACrane
http://www.bmacarolinas.org/bmawp/ i get the The page isn't redirecting properly error. I tried Janquith's plugin but that did not help. when i go to change the permalinks it does not create an .htaccess, which i thought strange. Actually very strange, as i have installed lots of wordpress sites on the same hosting provider and this is the first one that is giving me a problem. i can ...