Tagged Questions
2
votes
1answer
26 views
Force url to use www [duplicate]
I'm confused about how to force my url to use www in the address.
I have a .htaccess code like this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
...
0
votes
0answers
33 views
URL rewrite with mod_rewrite
I have rewrite rule in parent directory which rewrites URL:
From example.com/index.php?id=test&cat=category
To example.com/index?test&cat=category
Here is my .htaccess file:
Options ...
0
votes
1answer
38 views
Capitals in URL subdirectory not changed by htaccess
Within my WordPress website I am redirecting sub directories to internal and external links. Now, when you place a CAPITAL letter in the sub dir it does not work anymore and the website does not show ...
5
votes
3answers
166 views
Organizing website files
I want to start creating my website but I have a few questions.
http://website.com/directory/webpage - in this kind of website, it does not display a .php or .HTML extension at the end. How to ...
2
votes
1answer
108 views
How do I use htaccess to make a short URL to a MediaWiki page?
I'd like to rewrite /liam to /index.php/Liam_Edwards-Playne. I've currently written this below in the appropriate .htaccess file but it is still returning a 404:
RewriteEngine On
RewriteRule ^/liam$ ...
0
votes
0answers
3 views
Job Search Engine Url Structure Issue [duplicate]
Possible Duplicate:
What is the best stucture of SEO friendly URL?
I am working on a job board, and i'm trying to figure out a good design for URL structure.
Some things that I have found ...
4
votes
1answer
330 views
How can redirect pages from old core PHP site to new Joomla site?
We have our old site into core PHP and we have developed it again into Joomla 1.5 last year (because of some limitations we have to build it into 1.5). Now the problem is the URL of sites changed as ...
5
votes
1answer
442 views
URL masking with .htaccess
I need a hardcore programmer to help me with URL masking.
So this is my situation.
My website www.michaelfotograf.dk/blog/ is the main site that needs to be configured.
I have another ...
1
vote
1answer
112 views
Apache URL Rewrite
I'm trying and failing to get a URL rewrite working, firstly I'm doing it in the vhost declaration, is that right?
What I'm trying to do is take any URL which has;
view.php?id=[a 1 or multidigit ...
1
vote
2answers
87 views
How do I forward/redirect a website from a folder in a subdomain to another server?
I have a client with a site at subdomain.example.com/folder
I've cloned it locally in MAMP. Once I've made some changes, I need to host it at an alternative physical server. (I intend to use a ...
0
votes
1answer
657 views
Link to pages on site without .html extension appearing in browser?
I've modified my .htaccess file to allow access to html files without having to include the extension on the end, for example:
www.mysite.com/document
directs to
www.mysite.com/document.html
...
3
votes
2answers
1k views
Removing .html and index.html from URL
I'm having some problems trying to
Remove the .html extension from URLs
Removing 'index.html' from an URL
1) To remove the extension I have tried using this in my htaccess file.
RewriteEngine on
...
0
votes
1answer
190 views
htaccess - “detect” url and redirect
Idea is:
if URL = "http:/localhost/site/"
else if URL = "http:/localhost/site"
redirect to
"http:/localhost/site/index.html"
Can this be done with .htaccess / Apache mod_rewrite and how?
5
votes
3answers
9k views
How to remove trailing slashes from URL with .htaccess?
The situation
Across the entire domain, we'd like the URLs to hide file extensions and remove trailing slashes, independent of the domain name itself (as in, works on any domain).
Sample of our ...
2
votes
1answer
40 views
How to have my customized extension?
I have recently found a .htaccess trick in which I can remove file extension from the URL, example.com/file.html looks like example.com/file
Now my humor says that I can replace any extension to my ...
4
votes
1answer
264 views
Hosting multiple sites - Mask URL?
I have a hosting account where I have my main site (www.mainsite.com points to root folder), and a subfolder xpto.com, where I want to have another site (www.xpto.com).
I can access ...
0
votes
2answers
245 views
Which method is better to add www. before domain name
I have search through google and found 2 methods to add "www" before domain name. first is by adding a CNAME and second is using rewrite mod in .htaccess file.
I just want to know which method is ...
2
votes
1answer
413 views
CMS Made Simple: Why does home page return a 404 under www subdomain?
Anyone know why my homepage wont load with the www prefix.
Links such as
www.mysite.net/about-us
will load fine
but
www.mysite.net
returns a 404.
Everypage works including the home page if I ...
2
votes
2answers
69 views
Can you rewrite the root?
Not sure how to word this one but will explain most I can.
I am trying to make the following happen.
Re-write this http://domain.name
To this http://domain.name/home/
Is it possible ?
update
...
1
vote
0answers
286 views
URL redirection to same domain on different server
We have existing domain on non-IIS server and now we have moved it to IIS server. Client want us to redirect the URL from existing server to new server with same domain name.
We will modify the ...
2
votes
1answer
6k views
How to redirect any URL to lowercase URL?
I have this .htaccess files:
ErrorDocument 404 /index.html
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.com [NC]
RewriteRule (.*) ...
1
vote
1answer
396 views
Can Apache “Correct” URL Case?
Let's say I keep every word of file names capitalized. For example, Home.php or MultipleWordTitle.html.
Is there any way for Apache to redirect requests for incorrectly-cased URLs to the capitalized ...
3
votes
6answers
488 views
SEO - which URL's are the best?
I'm using .htaccess with RewriteRule to create SEO-friendly URL's. However, I have a few questions about this:
First of all, I noticed many websites end their URL's with .html (or another ...
1
vote
1answer
167 views
product in multiple categories - duplicate content problem [duplicate]
Possible Duplicate:
Content appearing under multiple categories; anything I can do to prevent duplicate penalty?
What is the best practice to display a product that may be in several ...
0
votes
1answer
70 views
Trouble with .htacess redirection
I use this redirect rule to redirect users from www.domain.com/admin to www.domain.com/wp-admin on a WordPress site.
RedirectMatch 301 \@admin http://www.domain.com/wp-admin
The problem is that ...
3
votes
2answers
321 views
How do I redirect an English language URL to an Arabic language URL?
I have a link that's currently formatted like this:
http://site.com/news/view/1.html
I want to it redirect it to:
http://site.com/خبر/عنوان-الخبر
where خبر is equal to news and
عنوان-الخبر is ...
0
votes
1answer
217 views
How to block access to a sub-site with mod_rewrite?
Let's say I have the sites siteA.com and siteB.com. They are hosted such that siteB.com actually points to siteA.com/siteB.
How can I block someone from visiting siteA.com/siteB using mod_rewrite?
...