|
|
|
|
|
|
|
![]() |
#1 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
The Default .htaccess should include the following which sounds like it is missing if your permalink structure is correctly set and you're getting 404s.
Code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
![]() |
#2 |
Oh! I haven't changed since high school and suddenly I am uncool
|
Thanks for the reply cd34, that's what odd, I have the correct .htaccess file installed. Any chance the encoding setting or the file would make a differenc? Could be something in the new version of WP?
|
![]() |
![]() |
![]() |
|
|