12 JunGet This Best Deal at 30% off 1 year Yola Silver

Start building professional site with Yola!

Do you have problem in creating and publishing your site online?

Are you looking for the best web hosting provider with easy to use sitebuilder?

Thus, take advantage of 30% Off 1 Year Yola Silver promotional discounts.

 

Why You Should Choose Yola

  • Easy to Use. No technical experience required. Customized your website by using the drag and drop interface.
  • Publish your website to mobile phones, Facebook, and the web.
  • Start with a free website, and select the premium features you need as your business grows.
  • Advanced users can easily edit images online, as well as add HTML, Javascript, and sitewide CSS.
  • Get a custom domain name from Yola or use one you already own.
  • Site Statistics.
  • Yola is available 24/7 to assist you as you make your free website and expand your online presence.

17 FebApache/.htaccess help (mod_rewrite)?

A common question:

I have this code so I can have multiple sites on one server. It’s in my htaccess.

Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/jgames/
RewriteCond %{HTTP_HOST} ^jgames.us.to
RewriteRule (.*) /jgames/ [L]

Its saying that if you’re visiting the site from the domain ‘jgames.us.to’, go to directory ‘/jgames/’
But there are two problems with it. One, it mostly works, but does not display my css,

and two, if you click a link it still shows the index page.

You can go to jgames.us.to to see the problem, and comic.us.to/jgames to see the original site.

I really need this fixed! Thanks!

Read more…