Me again,
I have gotten by this by temporarily turning off admin profiles by disabling admin/includes/init_includes/overrides/init_admin_auth.php
So I'm having an issue.
I want the index.php removed from the site urls. My server supports mod_rewrite.
When I have "Page Base" set to blank, I get a 404 Not Found error.
With "Page Base" set to index.php it works, but of course index.php is in the name.
Here is my .htaccess
RewriteEngine On
RewriteBase /
# Seo Urls version 3.x
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L,R=301]
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.jacksmagicbeanstalk\.com [NC]
RewriteRule (.*) http://www.jacksmagicbeanstalk.com/$1 [R=301,L]
Here are my settings:
Seo Urls Status On
301 Redirection Status On
Page Base (blank)
Default Extension (blank)
**Url Plugins **
Core: Default: Skip SSL,
Core: Product: Reviews: Info,
Core: Product: Image,
Core: Category,
Core: Default,
Core: EZ Pages,
Core: Advanced Search,
Core: Product: Reviews: Write,
Core: Product: Reviews,
Core: Default Skips,
Core: Manufacturer,
Core: Advanced Search: Result,
Core: Product Info
**
Character Plugins **
Format: Strip Invalid,
Format: Lowercase