Hello, I've upgraded my online site from 1.4.1.6 to 1.4.9.
Now I have problem with navigation: from menu, if I click a link to custom page (zenpage) I Got "file not found".
Example URL: http://my.examplesite.ext/zenphoto/page/gallery
But if I visit my local site everything is ok, navigation works fine.
The mod rewrite is checked
The .htacces file seems good..
IndexIgnore *
RewriteEngine On
RewriteBase /zenphoto
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [L]
RewriteRule ^.*/?$ index.php [L,QSA]
Thank you
Thank you for your quick answer!
The theme is Zenpage.
On server, Zenphoto is installed in the "zenphoto" folder.
In local, Zenphoto is installed under http://localhost/ZENPHOTO1.4.9/zenphoto/ but on the server I have do setup and update htaccess has not "ZENPHOTO1.4.9"
same problem with other links (from main menu) such as "http://my.examplesite.ext/zenphoto/category/ARTICLES/"
If Zenphoto is installed in the folder zenphoto the rewrite base should be /zenphoto as you mentioned above it is. If that is and it is not working your real server either does not support modrewrite or you didn't enable the option on the backend. Or something else.
You should review your server error log, possibly permisions issues.