PDA

View Full Version : Default URL queston


Europa2010AD
05-15-2007, 07:46 AM
Currently my pixelpost is installed under the file path (www.domain.com/pixelpost). Is it possible to configure pixelpost so that my visitors can simply enter www.domain.com and have them directed to the subdirectory /pixelpost, without having me to move all the pixelpost files and directory to the root folder?

austriaka
05-15-2007, 10:49 AM
you can create an index.html in the root with a Meta refresh to pixelpost/index.php
or you try it with mod_rewrite in an .htaccess

KArin

Europa2010AD
05-15-2007, 05:01 PM
you can create an index.html in the root with a Meta refresh to pixelpost/index.php
or you try it with mod_rewrite in an .htaccess

KArin

Thanks for the help, but would you mind explaining in more details, or perhaps give me an example, as to how to use mod_rewrite in .htacess? I'm a little new at this!

Also, if I use mod_rewrite, would I run into the Meta-refresh problem whereas the user would have trouble using the browser's "back" button if I set the refresh time too short?

jaywilliams
05-15-2007, 05:39 PM
Here is a very simple page explaining how to use the meta-redirect tag:
http://webmaster.iu.edu/tool_guide_info/refresh_metatag.shtml

GeoS
05-15-2007, 05:47 PM
Just unpack and upload Pixelpost to main dir not to /pixelpost and it should solve your problem without any additional actions. If now it works then you can try to move content of /pixelpost one level up.