This question may be related to a resolved thread.
Sorry, the issue is not resolved in that case.
If it is turned ON as you suggest, it does not work but did pre-upgrade.
Matt
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
June 05, 2012 12:26pm
Subscribe [2]#1 / Jun 05, 2012 12:26pm
This question may be related to a resolved thread.
Sorry, the issue is not resolved in that case.
If it is turned ON as you suggest, it does not work but did pre-upgrade.
Matt
#2 / Jun 06, 2012 12:43pm
Hey xilonet,
Sorry for closing that before it was resolved to your satisfaction.
We support a very specific htaccess file. For testing purposes can you please remove your .htaccess file aside? I know this does not explain why it was working before but not now with the update, but as a part of testing I would like to rule it out. Can you also list the entire contents of the .htaccess file? Because ExpressionEngine is so dynamic, the .htaccess file can really mess with how the URL is being handled. What worked before might not work now. We officially only support he following.
<IfModule mod_rewrite.c>
RewriteEngine On
# Removes index.php
RewriteCond $1 !\.(gif|jpe?g|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
# If 404s, "No Input File" or every URL returns the same thing
# make it /index.php?/$1 above (add the question mark)
</IfModule>Again, sorry for closing the case out before it was completed. What I mean by “it must be turned on” is that Strict Url’s are off by default. Strict URL’s are mostly for use with the 404 settings.
Please let me know how thing perform without the htaccess file in place.
Cheers,