Jump to content

torel

Members
  • Posts

    4
  • Joined

  • Last visited

torel's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. SOLVED. I'm hosted at hostgator, but I hope I can get some help here. So some of the design on my page is being directed there by php. &--#60;?php include_once("templateDesign.php"); ?&--#62; I wanted to remove the file extensions, so you could just type mysite.com/example and the .php extension wouldn't come up. I did this by using this code in my htaccess file: # Apache Rewrite Rules &--#60;IfModule mod_rewrite.c&--#62; Options +FollowSymLinks RewriteEngine On RewriteBase / # Remove .php-extension from url RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^([^\.]+)/$ $1.php # End of Apache Rewrite Rules &--#60;/IfModule&--#62; Now, the problem is it isn't loading the content from the .php correctly. Just some come up, indicating that it reaches the .php file with content, but doesn't load it correctly.
  2. I just deleted my account and then recreated it. I'm pretty sure it was something wrong with it. Thanks for responding anyway.
  3. I downloaded the webdisk, got it to work as it should. After a couple of minutes I got this message: Network error windows cannot access \\torespenlund.com@2077\DavWWWRoot If I click diagnose I get told that the DNS server might be unavailable. If I restart my computer I can access it once, but after a few minutes, it stops working. I use Stevie. EDIT: The thing is, I had an earlier account on johnny, where it worked perfectly. I downloaded the webdisk and it worked as it should. My friend also downloaded the webdisk and he gets the same problems on my new account. I think it's a problem with my account, cpanel or something. What should I do?
×
×
  • Create New...