Hi guys!
When I update certain templates within EE2, the update doesn’t work and I’m shown the browser’s standard “this webpage is unavilable” or similar. It’s wierd - it’s only on certain templates.
Any ideas on what could be wrong?
/Alex
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
April 15, 2011 5:20am
Subscribe [3]#1 / Apr 15, 2011 5:20am
Hi guys!
When I update certain templates within EE2, the update doesn’t work and I’m shown the browser’s standard “this webpage is unavilable” or similar. It’s wierd - it’s only on certain templates.
Any ideas on what could be wrong?
/Alex
#2 / Apr 16, 2011 9:50am
Hi Alex,
Which version and build of EE are you using? Is this a local or a remote install? Are you using mod_rewrite rules in an .htaccess file? Are you saving your templates as files and if so, are these files visible and editable on the server?
Cheers
Greg
#3 / Apr 25, 2011 8:46am
Hi Greg,
It’s a remote install of v2.0.2pb01. The templates unfortunately won’t save as files, and they aren’t visible/editable on the server. I am using the following mod_rewrite rules in the .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /subdirectory/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !\.(gif|jpe?g|png)$ [NC]
RewriteRule ^(.*)$ /index.php?$1 [L]
</IfModule>
/Alex
#4 / Apr 25, 2011 9:26am
Hi, Alex.
Is there a particular reason you haven’t upgraded from that older version of a beta?
When it comes to troubleshooting, we ask that you rename your .htaccess file and put back in the index.php in your site settings. Does doing that make a difference?
What kind of a server are you running on?