21487 Posts in 5783 Topics by 2621 members
| Go to End | Next > | |
| Author | Topic: | 1668 Views |
-
Re: Page not fully loaded

4 November 2010 at 10:08pm
Okay, restore the index.php to the original.
Try to set
Director::setBaseURL('/');
in your _config.php -
Re: Page not fully loaded

4 November 2010 at 11:04pm
I'm absolutly sorry, but effect is again the same
i see my layout, but i can navigate or use the website:
see on:
-
Re: Page not fully loaded

5 November 2010 at 1:05am
Okay, but the url generation works in a correct way now.
Try this htaccess file:
### SILVERSTRIPE START ###
<Files *.ss>
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Files><Files web.config>
Order deny,allow
Deny from all
</Files><IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
</IfModule>### SILVERSTRIPE END ###
(Modified RewriteBase)
-
Re: Page not fully loaded

5 November 2010 at 1:56am Last edited: 5 November 2010 2:01am
Is mod_rewrite installed on your system?
-
Re: Page not fully loaded

5 November 2010 at 2:04am
An apache module.
http://httpd.apache.org/docs/2.2/rewrite/
| 1668 Views | ||
| Go to Top | Next > |

