Tagged Questions
1
vote
2answers
24 views
Clear URL with .htaccess
I am pretty new to webdesign and haven't been able to figure this one out..
I am using HTML5Boilerplate as a template for my new website. The .htaccess file that ships with the template rewrites ...
0
votes
2answers
23 views
nginx rewrite nice urls with homemade CMS
I have a home-made CMS, serving a site which I inherited. I'm not really familiar with nginx rewrite rules, although I could set up tiny URLs. Here is my relevant part of the configuration:
*location ...
-1
votes
0answers
38 views
SEO duplicate content for dynamic pages with URL rewrite [closed]
My site consists of 12 images on index.php. There's a sidebar where you can put in filters and the 12 images in the boxes will change.
I've rewritten the dynamic URL so ...
-1
votes
2answers
131 views
Change php extension to different Pretty URL for SEO purposes using .htaccess? [closed]
i have pages like this:
www.mywebsite.com/SF-about-us.php
www.mywebsite.com/SF-services.php
www.mywebsite.com/SF-events.php
etc.. no index.php
Now i want when user type in the browser:
...
0
votes
1answer
124 views
Multiple and Variable parameters URL rewriting
I don't know how to rewrite URLs of this type:
mywebsite/param1-val1-param2-val2-param3-val3-param4-val4.html
that's really simple to do BUT my problem is that my parameters are variables like:
...
0
votes
1answer
117 views
SEO Friendly URLs Not Working [closed]
I'm trying to setup SEO friendly URLs for my websites but can't seem to get them to work. Here's the code for my htaccess:
Options +FollowSymLinks
RewriteEngine On
deny from all
allow from ...
1
vote
0answers
179 views
nginx rewrite 404 err
How it should work
frontend start page is http://server/apex/ - dead page
redirect to work page, to /apex/f?p=100:4:0::NO:::
make clean url types http://server/apex/4/0/NO
location / {
...
0
votes
1answer
129 views
.htaccess - Querystring without index.php
I want my url's to look like this: "http://www.example.com/start",
and not like this: "http://www.example.com/index.php/start".
That works fine with this code in my .htaccess:
RewriteEngine On
...
1
vote
1answer
476 views
Nginx URL Rewrite with Multiple Parameters
I am trying to rewrite the following URL via Nginx:
http://www.domain.com/script.php?title=LONGSTRING&desc=LONGSTRING&file=LONGSTRING&id=THREELETTERS
into something like this:
...
0
votes
2answers
116 views
IIS Rewrite Url to another domain/PHP Application and SEO optimisation
In my website (asp.net + IIS) i want that url /blog/ be rewritted to my PHP web application hosted in another server.
So www.mywebsite.com/blog is calling www.myblogsite.com without redirecting to It.
...
0
votes
0answers
193 views
Rewrite perl cgi-bin URL's with multiple parameters using .htaccess
I'm working on a PERL site which uses the medoc ecommerce system, and I've found that is spits out really ugly URL's which have no meaning to users or search engines:
...
0
votes
1answer
29 views
HTAccess Rewrite Based on Webpage Name?
I have a list of items on a web-page of the form :
www.mydomain.com/item1-EUR.html
www.mydomain.com/item1-GBP.html
www.mydomain.com/item2-EUR.html
www.mydomain.com/item2-GBP.html
Is it possible to ...
1
vote
2answers
76 views
Htaccess and SEO Friendly Permalink
Now, my permalink appears like that;
http://www.mywebsite.com/readhoroscope?horoscope=gemini
I want to make this permalink like this;
http://www.mywebsite.com/gemini.html
How can I do that by ...
0
votes
1answer
311 views
Opencart SEO Breaks Catogry Direct
Every time I enable SEO Rewrite, it brands one of my categories and links them to the incorrect page.
The hta file im currently using.
# 1.To use URL Alias you need to be running apache with ...
1
vote
1answer
35 views
How to prevent two links show the same content with .htaccess?
I have this case:
/css/ <-- a folder
/css/something.css <-- a file
If the user accesses the folder (/css/), I want that Apache returns the file. If the user tries to access the file ...
0
votes
1answer
60 views
Trouble with internal apache rewrite on hosting server
I'm having trouble with an internal rewrite on a hosting server. This works perfectly on my development and testing server, but when the .htaccess is ported to the production shared host, the internal ...
0
votes
0answers
319 views
Nginx/Joomla subdomains and URI rewriting
I am working on the SEO part of a multilingual website using Joomla 2.5 on Nginx. URLs currently look like the following:
http://www.aa.com/fr/some/thing.html (note the /fr/ langage code after the ...
0
votes
1answer
65 views
How to create SEO tags for web site? [closed]
I want to create PHP script with SEO tags that is associated with a database of keywords for my website. http://www.radiostanice.org
I want it to look like on this page: ...
1
vote
2answers
326 views
SEO friendly urls to avoid duplicate content
I have nearly completed my .htaccess file now so that my urls all work properly. However i have a quick question:
I have a rewirte that looks like this :
RewriteRule ^fishing/([^/]*)/?$ ...
0
votes
1answer
284 views
User friendly URLS .htaccess
I have the following code:
RewriteRule ^fishing/([^/]*)/([^/]*) fishery.php?url=$2®ion=$1 [L]
RewriteRule ^fishing/([^/]*) region.php?region=$1 [L]
when i type in ...
0
votes
2answers
221 views
Way to get around subdomain vs subfolder in terms of SEO?
I have a main domain, www.example.com, that has ranking and 'trust' in Google. I'm creating a blog, but, for various reasons, I HAVE to host it on a subdomain, sub.example.com.
I know that when a ...
1
vote
0answers
246 views
htaccess issue with seo rewritten urls
I'm having an issue with my .htaccess script which handles seo rewrites that masks php pages to look like directory structures. For example, /contact-us/ would point to contact.php, and /portfolio/ ...
1
vote
2answers
50 views
How could I modify my .htaccess to make it work as I want?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
This is my current ...
-1
votes
1answer
57 views
htaccess file to specify www. version as primary by using a 301 redirect (www/non-www search results) [closed]
We want to specify our WWW. version of our site as the primary with Google (google has recently changed all to the NON www. version as primary).
So we are trying to specify this is our .htaccess ...
0
votes
1answer
331 views
Canonical URLs with Nginx
We're working on removing the directory index files from our URLs to clean things up and provide more consistency to improve our SEO.
However, I'm not familiar with how to take care of this in Nginx.
...
1
vote
2answers
1k views
Removing index files from the URL with Nginx
At work we are switching from a shared LAMP stack to a VPS running nginx. I'm significantly more comfortable with Apache but learning to use Nginx has been pretty exciting (or as exciting as learning ...
1
vote
1answer
162 views
how can i force handling …/ih/… as a php script
I have numerous index.php scripts using SEO-friendly arg format like
example.com/path/to/index.php/opt/arg
and would like to rewrite or force a handler to have
example.com/path/to/ih/opt/arg
and ...
0
votes
2answers
53 views
301 Redirects - Advanced?
I am in a situation where there are TWO version sof each page on my site - which runs into thousands....now this is causing all sorts of problems with Google, I am dropping down the search results due ...
0
votes
2answers
880 views
How do I create a SEO-friendly URL to incorporate a PHP variable/piece of code?
I have the following PHP code which is a file name I'm using as the title of my pages for each download I provide to viewers. I want to be able to have SEO-friendly titles and URLs.
<?php echo ...
0
votes
2answers
421 views
Htaccess domain.com to www.domain.com works, but it loses other rules related to SEO
EDIT: FIXED
Well, after stumbling around this site and Google for a few hours, I found the problem:
Bad code:
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ ...
2
votes
1answer
705 views
Add .html when rewriting URL in htaccess?
I'm in the process of rewriting all the URLs on my site that end with .php and/or have dynamic URLs so that they're static and more search engine friendly.
I'm trying to decide if I should rewrite ...
1
vote
5answers
1k views
Redirect pages from old to new site - one by one
I'm trying to redirect pages from several old domains on one new domain on a page-to-page basis, that is:
page 1: http://www.example.org/default.asp?id=1 redirects to ...
2
votes
9answers
305 views
Does rewriting a URL help a search engine find the page?
My URLs look like "/pages.php?page=pageName" because I am using a database to supply the page's content. Does rewriting URLs to something like "/pageName" help search engines find the pages? If so how ...
2
votes
2answers
628 views
Best approach for redirecting a large number of old URLs to new URLs?
We are re-platforming for a client, and they are concerned about SEO. Their current site supports SEO friendly URLs, and so does the new platform. So for those, we are just going to create the same ...


