Jump to content

Talantyyr

New Members
  • Posts

    4
  • Joined

  • Last visited

Talantyyr's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you! But i still have another problem :- ( I'm using rewriting for more readable links: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> where do i have to put that exactly to get it to work? ( /startpage is a rewrite for the index.php ). It's no really working with my current rewrite code... Thank you for your patience
  2. Seems i can't edit my post a second time.... :-/ This also redirects all subdomain's to /startpage... i only want to redirect www.domain.com.
  3. Thank you! I was messing around with RewriteCond and RewriteRule... ^^ Edit: Can i hide the /startpage somehow? So in this case, if you go to www.mydomian.com i don't want to show the /startpage in the browserbar...
  4. Hi, I'd like to redirect www.mydomain.com to www.mydomain.com/startpage but only for www.mydomain.com without any page. e.g. www.mydomain.com/index.php should still work. How can this be achieved?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.