SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
-
Jun 21, 2008, 10:53 #1
I messed up my wp permalink structure...404 errors everywhere
I just changed my permalink structure in wordpress from the default "p=1" structure to one that uses the title of each post.
After changing it....i get a message that I should update my htaccess file.
I dont know what htaccess is....but now when i try clicking on any link...i get a 404 error...
please help...
-
Jun 21, 2008, 10:55 #2
- Join Date
- Aug 2007
- Location
- Brighton, UK
- Posts
- 2,006
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
What did you change the permalink structure to?
★ James Padolsey
–––––––––––––––––––––––––––––––––––––––
Awesome JavaScript Zoomer (demo here)
'Ajaxy' - Ajax integration solution (demo here)
-
Jun 21, 2008, 10:56 #3
I changed it to /%postname%/
-
Jun 21, 2008, 11:09 #4
ok...wordpress tells me to put this into my htaccess file..
how do i edit htaccess?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
-
Jun 21, 2008, 14:23 #5
problem solved...i used filezilla to edit htaccess and everything works fine now..thanks!
Bookmarks