A website that loads when a user opens up his/her browser; the default page or url
-1
votes
0answers
8 views
Comments were lost from my homepage [closed]
There was many comments on my blog: http://www.markkupykalainen.com/index.php/ihminen/64-4colors-2 for example from Susanna Selin-Taha and Jarno Suomela. Now those has lost. Susanna's comments can be ...
1
vote
2answers
30 views
Make WordPress run everything BUT the homepage
We're launching an online application which is basically nothing but a static index.php with a Flash embed in it. We also want to add an FAQ page and a blog. So in addition to https://www.example.com ...
-2
votes
0answers
7 views
homepage gone after new products widget added magento [closed]
New to magento, just got a site up with sample data and added a template...Everything was great until I tried to add new products widget to the homepage. I lost the template and all homepage content ...
0
votes
0answers
3 views
Homepage only lost SERPs 6 months ago
Our website ISUCKATGOLF(dot)NET used to sit on page one or two in Google for the term "golf tips". (for 2 years or more.) About 6 months ago it dropped off never to return. I can't find ANY keywords ...
1
vote
1answer
67 views
Using Perl to change the url homepage for Internet Explorer
I am using Perl only, and I am trying to code-in the lines that would change the homapage url for Internet Explorer after running this Perl program.
*I am using the header 'use Win32::OLE' which ...
-7
votes
0answers
55 views
How to change internet explorer home page with Perl [closed]
All I know is it's about 8 lines of code, but I can't come-up with it. What code in Perl would change the home page for Internet Explorer to the one entered from a user?
Thanks in advance!
0
votes
0answers
21 views
Prevent Wordpress redirecting URL of page set as homepage, to base URL?
I have a page "url.com/featured/" set as the homepage on Wordpress. For some reason its causing redirect bugs in IE with a pop up jQuery script.
To fix this I was going to redirect IE users to the ...
0
votes
1answer
21 views
Home page manageable content in wordpress
I have a WP website which has a home with a top banner and 2 more controllable panel like here.
My question is what is the best way to keep this controllable via admin?
The way I did it was to ...
0
votes
0answers
39 views
Rails - Login Form with Devise. Sessions#create triggers new form
When a user with invalid credentials clicks 'login' , the 'sessions/create' action is triggered. This then causes the devise login form - to display on my home-page. However I already have a ...
1
vote
4answers
46 views
How to Randomize Home pages
We are testing different home pages for our Wordpress-based site. We want people who visit to land on them randomly so we can determine how many follow through to the sign-up process in each design.
...
0
votes
0answers
62 views
Umbraco - two websites on single Umbraco instance - 2nd site gives 404
I've set up two Umbraco websites on a single instance of Umbraco (v 4.7.1.1). If I visit the 1st website (which is listed first under the 'content' node):
www.mysite.com
... I get the correct ...
0
votes
0answers
40 views
“./” not working with internet explorer
I have a magento based website say www.abc.com
I am showing Home button or category in navigation bar. Using URL rewrite I am setting target path as "./". Whenever user is on any other page on my ...
0
votes
2answers
68 views
Add Homepage link to Magento menu bar
I am trying to add a homepage link to the main menu of Magento. I have modified top.phtml in my template/catalog/navigation and added the line
<li>
<a href="<?php echo ...
1
vote
2answers
96 views
xPage as Welcome Page
I am trying to setup xPage as Welcome page for notes client and to be deployed via policies. Only issue it opens up 2 window, one which is Bookmarks.nsf frameset and second one is the xPage. Tried ...
1
vote
1answer
70 views
Orchard CMS Blog Home Page
I'm trying to set a blog as home page but it does not works.
I have 3 blogs, I have tried to set all of them and none works.
All blogs have some post in it.
I have customized blog post adding 2 extra ...
83
votes
3answers
3k views
How can I know my users' homepage in Internet Explorer?
Google displays a popup that asks if you want to set your home page as google.com. It's quite normal, when I say OK it sets it as google.com. After that however, I don't get the popup anymore. As far ...
2
votes
1answer
39 views
Show post with enough of upvotes on homepage
So I'm using wordpress with a updownupdown plugin (plugin for upvoting/downvoting posts). What I am trying to do is to show post with ,let's say at least 10 upvotes, on the homepage and hide the post ...
0
votes
1answer
25 views
How can i remove everything which begin with /? in htacess
I have these link like this:
hxxp://www.example.com/?
hxxp://www.example.com/?php
hxxp://www.example.com/?phpjlkjasiu
hxxp://www.example.com/?aaa
It has same result is my homepage. Now i want to ...
0
votes
1answer
32 views
Joomla Category Home Pages
Is there any way in Joomla2.5 to create Home/Landing Pages (ie. "default") pages for each category.
For example, I would like the user to be able to go to www.somejoomlasite.com/category1 and see a ...
0
votes
3answers
69 views
How to connect 404 page with php page loading script
My Hompeage is loading the sites with this script:
<?php
if(!isset($_GET['id'])) $id = 'home';
else $id = $_GET['id'];
include($id.'.php');
?>
...
0
votes
2answers
73 views
PHP - Session_start - Headers already sent [duplicate]
Well, all of you know the problem. Can't start my session, although I called session_start in the first line of code in index.php, which is called at the very beginning.
Error:
Warning: ...
0
votes
1answer
32 views
How to load a hash value for index.html?
I have my homepage set to appear on "www.website.com/index.html#home".
How can I make it so that "www.website.com/index.html#home" loads when the user simply types in "www.website.com"?
1
vote
1answer
113 views
Full screen image for Drupal site home page
I'm new to Drupal and I'm trying to set up the home page for a site I'm working on. Here is an example for what I'm shooting for: https://www.missionfed.com/
I want a full screen image as the ...
0
votes
1answer
111 views
htaccess redirect homepage to subdirectory keep url the same
I am trying to figure out how to get my .htaccess to redirect just the homepage URL to a sub directory (domain.com > domain.com/sub/sub ), but I still want the URL to display as domain.com.
I looked ...
0
votes
2answers
30 views
wordpress homepage not main url
We are currently developing our own theme for Wordpress. Now we set up the index.php and added the first page which is functioning as the Homepage. (we have installed WP on a subdirectory)
We setup ...
0
votes
0answers
49 views
Embedding a forum post in another html page
I have a forum and a homepage.
On the homepage, I'd like to display one specific post / thread of the forum, to act as an easily editable / updatable / format-able bulletin board.
Essentially, that ...
-2
votes
2answers
23 views
Building a homepage that links to two packages (or applications) [closed]
I have two different applications. How can I put them in one application having a homepage with two buttons that each will link to the applications?
For example I have:
com.example.process
...
0
votes
0answers
177 views
load more posts from same category with ajax in wordpress
I am currently working on refurbishing the homepage of my wordpress website.
The homepage is displaying 3 raws of categories containing the 4 last posts from each one.
Category A
post1A post2A ...
2
votes
1answer
246 views
Magento won't show all products on homepage
I am having problems displaying all products on my magento homepage. I have added this code to my CMS - pages - design:
{{block type="catalog/product_list"
name="home.catalog.product.list"
...
1
vote
1answer
114 views
Problems displaying all products on magento homepage
i am having problems displaying all products on my magento homepage. I have added this code to my CMS - pages - design:
{{block type="catalog/product_list" name="home.catalog.product.list" ...
0
votes
0answers
46 views
FB Like Box - don't see older entries
i've add the FB Like Box to my Homepage and i can see new entries from the FB-page in the FB-Likebox, but all older entries are not visible. What can i do, to see the older FB-page entries in the ...
0
votes
0answers
132 views
Change IE homepage - overwrite group policy script
I'm in IT at my workplace but i cant change any Group Policy settings.
I want my PC to run this script every time it boots up, effectively overwriting the IE homepage which is set by our group ...
0
votes
1answer
35 views
about my page validation or verification
this is my code: is it possible to make
if(isset($_GET['home'])){
if($_SESSION['valid_user']==null){
$_SESSION['pages']=0;//this is when user is not login or visitor
}else{
...
0
votes
1answer
132 views
Subbing home page total different to theme on WordPress Genesis Child Theme
I'm about to do this on a Genesis child theme. I really tried picking a theme my client liked, but out of the blue with the project nearly finished they sprung their own artwork on me and want it for ...
0
votes
1answer
118 views
Adsense ads doesn't appear on wordpress home page?
Does any one has idea why they don't appear on home page, and in some single posts?
If anyone wants to check the code, here is my website:
http://videoshqip.tv>
NOTE: Logout first from facebook if ...
1
vote
0answers
78 views
Balupton Ajaxify html5 home page issue
I'm using Balupton's ajaxify gist: https://gist.github.com/854622
My home page contains links of posts in thumbs etc. The post content is loading in the ajax container.So the homepage content stays ...
0
votes
0answers
24 views
RewriteRule: TAGS to homepage
I have a lot of URLs with deleted TAGS, like:
www . example . com / tag / tagsname
Which are indexed by Google and giving back 404 errors.
What is correct RewriteRule for .htaccess (I'm running a ...
0
votes
0answers
102 views
external CSS file rendered as internal CSS on homepage only
I am working on a php project (Codeigniter framework) and I am really stuck with a problem i can not find the solution for. On every page in the project i make reference to our CSS stylesheet by ...
1
vote
0answers
576 views
Opencart product by category on homepage
I want to ask if the following thing exists as a module for opencart
http://www.silabg.com/en
If you go on this link you will see all the categories in a grid layout in which you have a product.
...
1
vote
1answer
200 views
Id like the landing page for my Wordpress website display only basic info, request more info form and login for members.
I am building a website for members-only, where they can see new posts, follow updates etc. All the members will be provided with login info by me. I'd like to create a landing page that will only ...
0
votes
0answers
46 views
change homepage title in dolphin7
__title____caption_item__
__designbox_content__
__bottom_item__
This is the title tag for all pages in dolphin7.i want to change the tilte color only in home page. if i use the tag ...
1
vote
2answers
424 views
Add css to only homepage from xml in magento
Want to include css file which is applicable to only homepage from xml file.
Tried this :
<cms_index_index>
<action add css>
.
.
</action>
</cms_index_index>
using ...
0
votes
0answers
58 views
Pagenavi pagination not working on Homepage
I got a custom static homepage, there I got a template for the custom loop that I want to use, the thing is that because is on the homepage the pagination is not working right ( I tried the same code ...
0
votes
2answers
440 views
how to change Jboss default page to the home page of my application?
I have an application deployed in JBOSS and it is accessed as: localhost/appname
When i enter only the IP address i get redirected to the JBOSS default page.
Is there a way to go to the application's ...
0
votes
1answer
108 views
Setting up IIS7 so Default.aspx is show in browser when calling web site [closed]
We have a web site we are developing with VS2012 using SQL Server 2012. We would like to copy the ASP.Net project files to a folder on a Windows7 Home Premium computer with IIS7 installed on it. That ...
0
votes
0answers
80 views
Woerdpress Page Navigation - all pages redirect to homepage
I've been struggling with this problem for a couple of days and I got to the point where I thought I'd ask for help.
I am trying to build an ecommerce website using freshshop theme and jigoshop ...
0
votes
0answers
133 views
Accessing Tomcat Home Page on a Remote Machine Connected via VPN
I have installed Tomcat in a remote machine connected via VPN using SSH. I can directly log into the remote machine from my local machine and start Tomcat. Now I want to access the Tomcat home page ...
0
votes
1answer
78 views
IE Crashes Site Homepage [closed]
www.milpages.com . Everything on the site works in all browsers except the homepage in IE 7&8. I don't know what is causing this. I have tried removing widgets to see if there is a conflict but no ...
1
vote
2answers
97 views
The script I'm using to redirect my homepage isn't working the way I need it to
I'm using the code below to redirect my Tumblr homepage to my latest post.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
...
0
votes
1answer
103 views
How to display particular number of product in product listing in Magento?
I need to display particular category's products to home page.
So I have written
{{block type="catalog/product_list" category_id="3" template="catalog/product/list.phtml"}}
and i need to ...


