Not able to pull up web page
Permalink
We have published a new webpage on the same server as Concrete 5, however it is outside of Concrete 5. Is there something within C5 that would be blocking/not allowing us to access the webpage?
The files are on on server and we get an error like it isn't. We have tried, rebuilding the page, renaming, moving into different folders, etc. and we aren't getting a solution. Suggestions would be appreciated.
http://executive-lodging.com/glassvirtual.html...
The files are on on server and we get an error like it isn't. We have tried, rebuilding the page, renaming, moving into different folders, etc. and we aren't getting a solution. Suggestions would be appreciated.
http://executive-lodging.com/glassvirtual.html...
The glassvirtual.html file is in the same directory as the .htaccess - that was one of the attempts to have it in a different location to see if it would work. The actual file we would like to work is:
http://executive-lodging.com/virtual_tours/glasslodge/index.htm... - incase that changes anything.
The .htaccess file:
[# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault "access plus 1 month"
# My favicon
ExpiresByType image/x-icon "access plus 1 year”
# Images
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
# CSS
ExpiresByType text/css "access 1 month”
# Javascript
ExpiresByType application/javascript "access plus 1 year"
</IfModule>]
http://executive-lodging.com/virtual_tours/glasslodge/index.htm... - incase that changes anything.
The .htaccess file:
[# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
# -- concrete5 urls end --
<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault "access plus 1 month"
# My favicon
ExpiresByType image/x-icon "access plus 1 year”
# Images
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
# CSS
ExpiresByType text/css "access 1 month”
# Javascript
ExpiresByType application/javascript "access plus 1 year"
</IfModule>]
Just to be absolutely clear, the glassvirtual.html is in the same directory as the .htaccess and index.php are?