A friendly URL is a website address that does not contain a query string or complex strings in the URI, instead relying on a human-readable, SEO-friendly resource path after the website authority (e.g. http://www.stackoverflow.com/questions/tagged/friendly-url).

learn more… | top users | synonyms (1)

0
votes
2answers
14 views

Easy way to manage pretty URLs

I've been looking forever for a good example to show how to easily create pretty URLs that accomplish the following: http://www.example.com/posts/some_string_here to allow a php page to serve up the ...
1
vote
2answers
64 views

How to put php GET params in a HTML file?

I have a PHP file which returns me a JSON array based on the GET parameters set. I don't want to reload the page so I made a simple function using jQuery + AJAX to show the result in a div tag. But ...
1
vote
1answer
22 views

Implement friendly URLs with product name

I'm currently working on an e-commerce site with the following URL format for individual products: examplesite.com/shop.php?sec=prod&prod=373 Where 373 is an individual product number. I would ...
0
votes
1answer
30 views

Will a URL Rewrite for a SEO Friendly URL affect SEO Page Rankings? [closed]

Our website is about to undergo a major re-branding effort, including domain name change. We know to maintain rankings, we will have to do 301 redirects from the old domain to the new one. But on top ...
0
votes
0answers
8 views

Using rewrite URL's in subdomain not work

At the moment, I have this code in the file .htaccess RewriteCond %{HTTP_HOST} ^domain\.com [NC] RewriteRule ^(.*)$ http://www.domain.com%{REQUEST_URI} [r=301,NC,NE] I want, you can use the url's ...
0
votes
2answers
39 views

PHP URL Rewrite doesn't work on specific server

My URL rewrite works perfectly on my testing server, but not on the live server. I contacted the support team and they told me that mod_rewrite is already enabled on my hosting plan. Here is my ...
2
votes
1answer
31 views

Encode/Decode SEO urls through platform API?

I am trying to decode and encode Joomla urls but Joomla doesn't seem to have a consistent API for that (how it looks). The main problem comes in when another SEO plugin is installed and the operation ...
1
vote
2answers
65 views

Node.js and Mongoose - SEO Friendly URLs

I need to create SEO friendly URLs with Node.js, but before inserting document I'd like to check if there is already some other document which has url like that. I was searching for some module which ...
0
votes
1answer
62 views

Prestashop Changed My Home Category URL After Update

I updated Prestashop from 1.4.3 to 1.5.3.1, when doing so I ran into an issue where Prestashop changed the URL to the products that are using Home Category as Main Category. In previous versions ...
0
votes
3answers
23 views

Exclude level from modx frendly url - modx

I'm wondering, if it's even possible to exclude certain level from Modx Friendly-urls. I would like to get from this: http://www.example.com/level1/level2/level3 to this: ...
0
votes
0answers
27 views

Rails: Assign friendly_id url

I am using friendly_id gem to get urls with name. But not able to assign it to one of the models. I have user model and profile model where user model has user id and profile has user name. I have ...
0
votes
0answers
12 views

Friendly URL groups with the same pattern

Web-site structure is as follows: http://www.domain.com/company/about.aspx http://www.domain.com/company/contact-us.aspx http://www.domain.com/product/features.aspx ...
0
votes
1answer
56 views

.htaccess pretty URL's excluding index.php and adding trailing / to the end

Ok, I've fought with it for hours. I have 3 different .htaccess scripts which do what I need, but I'm unable to mix them together. Make a pretty url from (example.com/gallery.php -> ...
1
vote
2answers
66 views

Friendly ID Random Url

I am using friendly for my site, and at the moment I have it displaying the title in the url ie: /articles/hello-world but say when i create the page, it generates a random number, to avoid ...
-2
votes
4answers
209 views

Removing .php extension from URLs using .htaccess? [duplicate]

Is it possible to remove the .php part from all of my URLs using a .htaccess file? Two examples: http://url.com/home.php http://url.com/shops.php Become: http://url.com/home/ ...
0
votes
0answers
19 views

IP.Content homepage bug

I recently installed IP.Content and made it my homepage. I used this tutorial. So this all worked out fine but when I wanted to go to my members tab or my pages tab, it didn't work. Normally the ...
0
votes
2answers
49 views

Mod_Rewrite PHP issue

I have actually tried the tutorial stated in here: http://net.tutsplus.com/tutorials/other/using-htaccess-files-for-pretty-urls I have tried to use the PHP version of the Tutorial. However it doesn't ...
0
votes
0answers
25 views

Rails: FriendlyId gem not working

I was trying to install gem FriendlyId. I am following railscast: 314-pretty-urls-with-friendlyid. It seems pretty easy to install. But not working for me. Here are the steps I did: added gem ...
1
vote
1answer
32 views

mod_rewrite: transform = and & in slashes

I was just looking for a solution to transform any =,?,& found in a query string into a simple slash /. To be more specific, my link is something like: ...
0
votes
0answers
59 views

PHP give a Link Label to a URL

Currently I have finished a CMS website for PHP, where I have been asked to implement on the WYSIWYG form for the user what it would be a permalink (VARCHAR20), Meaning the user can create his own ...
1
vote
1answer
114 views

timthumb.php friendly URL with .htaccess

timthumb.php is a resizing/cropping php script, used in thousands of websites, I'm using it in my wordpress blog, and I'm facing a issue. I use a plugin that changes the wordpress default's paths for ...
0
votes
1answer
24 views

Friendly URL with the same pattern

I can redirect and make a single Friendly URL: <rule name="RedirectUserFriendlyURL1" stopProcessing="true"> <match url="^Product/Tour\.aspx$" /> <conditions> ...
0
votes
1answer
34 views

rewriting versus redirecting with mod_rewrite for pretty URLs

I'm using a standard snippet to route requests for "myfile" to "myfile.php", using Apache: # Add .php-extension to base URLS using rewrite (so links can omit it) <IfModule mod_rewrite.c> ...
0
votes
1answer
36 views

FriendlyID doesn't build HTML escaped slugs

I have friendly_id setup properly and everything works, using slugs. The issue I am having is that some of the names on my Tag model (which is the model that FriendlyId is attached to) need to be ...
0
votes
1answer
88 views

Friendly URLs cakephp 2.3

I'm new using cakephp, and I'm trying to set Friendly URLs for my site, but I'm having problems. I've already made all the steps that the cakephp 2.3 Book says, and my apache configuration says that ...
-1
votes
1answer
27 views

Mod_ReWrite module/controller/action [duplicate]

Im sure this has been answered so many times before but I cant seem to find any good answer. If you know where to find the right answer, please share the link! Im developing an application in PHP and ...
0
votes
4answers
165 views

Mvc: pass id but not show it in friendly url

I have a view that renders a list of news, in that i have an href tag, and i need to call a Detail method and pass it the news id, now i have a querystring in my url like that News/Details?id=x... but ...
1
vote
1answer
89 views

ASP.NET WebForms FriendlyUrlSegments does not contain a constructor that takes 0 arguments

I'm doing a simple test with FriendlyUrls in ASP.NET 4.5 WebForms, Foo.aspx becomes /Foo/ (it works). When I try to use FriendlyUrlSegments Attribute to get the id from URL into the control I get this ...
0
votes
0answers
27 views

mod_rewrite redirecting url

Okay so this is probably a simple/stupid question but I've not discovered the answer as of yet. How do I force a redirect. if someone types in http://www.website.com/dir/about.php how do I force a ...
0
votes
1answer
24 views

Translate Htaccess line of code, confused by regex, handle letters versus numbers differently

I have this line of code in my htaccess file. RewriteRule ^url/([\w\d]{6})$ page.php?id=$1 [L] I understand that it's rewriting the url from site.com/url/wkwkwk to site.com/page.php?id=wkwkwk ...
0
votes
0answers
31 views

Using hashchange event on subpages with nice URLs

I'm trying to implement ajax loading with hashchange event using the code below: (found here) jQuery(document).ready(function($) { var $mainContent = $("#container"), siteUrl = "http://" + ...
1
vote
1answer
180 views

htaccess url rewriting - hide file extensions on URL

Currently It already works if I add a href like that <a href="central-cliente">Click here to go to the client center</a> But most my links are like this, and it displays clientarea.php ...
1
vote
2answers
80 views

how to lighttpd redirect with querystring

Following url is working fine: http://www.domain.com/address but when I pass any querystring like: http://www.domain.com/address?back=order-opc.php?step=1 It shows 404 page my rewrite: ...
0
votes
1answer
64 views

Forcetype in httpd.conf not working

I want to use pretty url. So I searched net and tried to use the forcetype approach. httpd.conf: <Files "main"> ForceType application/x-httpd-php </Files> ls htdocs/ favicon.ico ...
0
votes
0answers
16 views

redirecting file extension to friendly, along with www suppression

I'm using some initializr/H5BP .htaccess rules, and I've set it to accept requests without .HTML for html documents. I'm also using the suppression rule for WWW. When I enter example.com/page, it ...
0
votes
1answer
118 views

ASP.NET Friendly URLs 404 errors

When I start a web app by loading a page deep in the site, I consistently get a 404 error when using ASP.NET Friendly URLs. I can reproduce this by: Start web app by loading page in website root ...
0
votes
1answer
61 views

Friendly URLs when using a Record ID for dynamic content

I've read a bit on the matter of friendly urls and I'm a little unsure as to what is better. I currently have my website using a structure of http://www.domain.com/page.php?id=2 I am using the ...
-1
votes
2answers
136 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
92 views

Is it possible to get rid of “Index” with ASP.NET FriendlyUrls?

Currently I'm using the (rather) new ASP.NET FriendlyUrls feature in my WebForms .NET 4.5 application to make the URLs look cleaner. What I'm trying to achieve is to even get rid of the "index" since ...
1
vote
1answer
85 views

How do I make pretty URLs with Tornado for static HTML?

I have a directory static and I have set static_url_prefix to /static/, so my HTML file can be accessed at server/static/panel.html. Now, I would like to redirect server/panel to this URL. I've tried ...
0
votes
1answer
60 views

Trying to create friendly URL's but failing?

I am able to create a unique URL http://site.com/pod.php?id=20 I have had 404 errors when trying different methods through php and htaccess to rewrite the URLs. I have different fields in the ...
1
vote
1answer
144 views

.htaccess RewriteRule not working, need to generate a URL friendly

I have this dynamic link: http://www.nortedigital.mx/article.php?id=36175&t=dobla_las_manos_el_snte__avala_reforma_educativa and I need to convert in URL friendly like this: ...
0
votes
0answers
76 views

.htaccess can't get work for my directory structure

This is my directory structure in which my php website lying. i've tried with many examples it works but the style of inner page doesn't found when i pass some parameter e.g ...
0
votes
1answer
96 views

CakePHP reverse routing: Html link not showing correct link

Firstly, I understand there have been many questions and solutions about this but none I've found fix my issue. In summary, the Html helper is not reverse routing correctly and instead of URLs like ...
1
vote
1answer
53 views

How to generate php files on server?

I have a flash game site, which has a play.php file, which gets the game's name by $_GET like http://host/play.php?game=free-kick-puzzle which works nicely but I think it's not so good for google ...
0
votes
1answer
252 views

How to convert a portal URL to its corresponding friendly URL

I have implemented friendly-url successfully for few of my custom portlets and it is working fine. When click-able links are generated, it correctly shows the friendly-url. Now my requirement is ...
0
votes
0answers
77 views

iis7 url rewrite friendly url

I'm trying to do an url rewrite for dynamic pages in the admin section of my website, but nothing is changes when I upload the web.congif file. Also, I would like for the web.config file to be in ...
1
vote
1answer
120 views

ASP.net MVC 4, Friendly url and chinese

I used friend url jquery plug in (http://www.bulgaria-web-developers.com/projects/javascript/friendurl/) to create my menu editor. My wife is chinese and I ask her to type chinese text to try if my ...
0
votes
0answers
86 views

How do I enable authorization permissions to apply to ASP.NET WebForms FriendlyURLs Routes?

I have installed the ASP.NET and Web Tools 2012.2 update, and installed the FriendlyUrls nuget package. I've set the FriendlyUrlSettings' AutoRedirectMode to enable automatic routing to the friendly ...
0
votes
1answer
56 views

Apache mod_rewrite: remove only a specific folder from the url and remove the extension from all the files inside that folder

I've tried some different solutions I've found on the web on my .htaccess file (placed in the root of my website), but I always end up with an "Internal Server Error"... I need a generic rule to ...

1 2 3 4 5 10